diff options
-rw-r--r-- | testsuite/tests/lib/base/T19569b.hs (renamed from testsuite/tests/lib/base/T19569.hs) | 0 | ||||
-rw-r--r-- | testsuite/tests/lib/base/all.T | 2 | ||||
-rw-r--r-- | testsuite/tests/simplCore/should_run/T19569a.hs (renamed from testsuite/tests/simplCore/should_run/T19569.hs) | 0 | ||||
-rw-r--r-- | testsuite/tests/simplCore/should_run/T19569a.stdout (renamed from testsuite/tests/simplCore/should_run/T19569.stdout) | 0 | ||||
-rw-r--r-- | testsuite/tests/simplCore/should_run/all.T | 2 |
5 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/lib/base/T19569.hs b/testsuite/tests/lib/base/T19569b.hs index 00f7c7367b..00f7c7367b 100644 --- a/testsuite/tests/lib/base/T19569.hs +++ b/testsuite/tests/lib/base/T19569b.hs diff --git a/testsuite/tests/lib/base/all.T b/testsuite/tests/lib/base/all.T index 8d88097a17..18c3f5814f 100644 --- a/testsuite/tests/lib/base/all.T +++ b/testsuite/tests/lib/base/all.T @@ -6,4 +6,4 @@ test('T17310', normal, compile, ['']) test('T19691', normal, compile, ['']) test('executablePath', extra_run_opts(config.os), compile_and_run, ['']) test('T17472', normal, compile_and_run, ['']) -test('T19569', normal, compile_and_run, ['']) +test('T19569b', normal, compile_and_run, ['']) diff --git a/testsuite/tests/simplCore/should_run/T19569.hs b/testsuite/tests/simplCore/should_run/T19569a.hs index bffef2c6df..bffef2c6df 100644 --- a/testsuite/tests/simplCore/should_run/T19569.hs +++ b/testsuite/tests/simplCore/should_run/T19569a.hs diff --git a/testsuite/tests/simplCore/should_run/T19569.stdout b/testsuite/tests/simplCore/should_run/T19569a.stdout index 25a207288c..25a207288c 100644 --- a/testsuite/tests/simplCore/should_run/T19569.stdout +++ b/testsuite/tests/simplCore/should_run/T19569a.stdout diff --git a/testsuite/tests/simplCore/should_run/all.T b/testsuite/tests/simplCore/should_run/all.T index 34e7e2e386..52a1af40a8 100644 --- a/testsuite/tests/simplCore/should_run/all.T +++ b/testsuite/tests/simplCore/should_run/all.T @@ -97,7 +97,7 @@ test('NumConstantFolding16', normal, compile_and_run, ['']) test('NumConstantFolding32', normal, compile_and_run, ['']) test('NumConstantFolding', normal, compile_and_run, ['']) test('T19413', normal, compile_and_run, ['']) -test('T19569', [only_ways(['optasm']),extra_run_opts('True 1000000')], compile_and_run, ['-O2']) +test('T19569a', [only_ways(['optasm']),extra_run_opts('True 1000000')], compile_and_run, ['-O2']) test('T20203', normal, compile, ['-O -dsuppress-all -dsuppress-uniques -dno-typeable-binds -ddump-simpl']) test('T19313', normal, compile_and_run, ['']) test('UnliftedArgRule', normal, compile_and_run, ['']) |