summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2017-03-25 12:07:32 -0400
committerBen Gamari <ben@smart-cactus.org>2017-03-26 19:28:29 -0400
commit23da02b1584a5f1b083185d479807ba0ec6eccfe (patch)
treeef6b082e6409fc5eac5945f46dd4ff89d0c85f47 /testsuite
parent14b46a556dde8a2795ff5ede46ba8ee63368ae93 (diff)
downloadhaskell-23da02b1584a5f1b083185d479807ba0ec6eccfe.tar.gz
testsuite: Only run T13143 in optasm way
Otherwise we run it in the hpc way, which outputs different Core.
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/tests/simplCore/should_compile/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/simplCore/should_compile/all.T b/testsuite/tests/simplCore/should_compile/all.T
index d6a539ed8a..365aa449be 100644
--- a/testsuite/tests/simplCore/should_compile/all.T
+++ b/testsuite/tests/simplCore/should_compile/all.T
@@ -235,7 +235,7 @@ test('T13025',
normal,
run_command,
['$MAKE -s --no-print-directory T13025'])
-test('T13143', normal, compile, ['-O -ddump-simpl -dsuppress-uniques'])
+test('T13143', only_ways(['optasm']), compile, ['-O -ddump-simpl -dsuppress-uniques'])
test('T13156', normal, run_command, ['$MAKE -s --no-print-directory T13156'])
test('T11444', normal, compile, [''])
test('str-rules',