diff options
author | Ben Gamari <ben@smart-cactus.org> | 2017-03-25 12:07:32 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-03-26 19:28:29 -0400 |
commit | 23da02b1584a5f1b083185d479807ba0ec6eccfe (patch) | |
tree | ef6b082e6409fc5eac5945f46dd4ff89d0c85f47 /testsuite | |
parent | 14b46a556dde8a2795ff5ede46ba8ee63368ae93 (diff) | |
download | haskell-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.T | 2 |
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', |