diff options
author | Simon Marlow <marlowsd@gmail.com> | 2011-11-29 08:49:42 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2011-11-29 12:26:53 +0000 |
commit | 75bdc3a365171712a57acab53a7d58c779b46237 (patch) | |
tree | 55f2cea4ce77dbc9b161037528ad69d00312a4ad /testsuite/tests/rename | |
parent | 1b29b681396ba7f9a2d4f257ef53caacc7f9725a (diff) | |
download | haskell-75bdc3a365171712a57acab53a7d58c779b46237.tar.gz |
T3103 is expect_broken for optllvm too
Diffstat (limited to 'testsuite/tests/rename')
-rw-r--r-- | testsuite/tests/rename/should_compile/T3103/test.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/rename/should_compile/T3103/test.T b/testsuite/tests/rename/should_compile/T3103/test.T index 6efdaee4f4..751118bad6 100644 --- a/testsuite/tests/rename/should_compile/T3103/test.T +++ b/testsuite/tests/rename/should_compile/T3103/test.T @@ -2,7 +2,7 @@ test('T3103', [only_compiler_types(['ghc']), - expect_broken_for(3103, ['optasm', 'hpc', 'profasm']), + expect_broken_for(3103, opt_ways), extra_clean(['Foreign/Ptr.hi', 'Foreign/Ptr.o', 'GHC/Base.hi', 'GHC/Base.o', 'GHC/Num.hi', 'GHC/Num.o', |