diff options
author | Matthew Craven <5086-clyring@users.noreply.gitlab.haskell.org> | 2022-04-27 17:06:40 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-05-05 12:48:47 -0400 |
commit | 9372aaab0c869036689b9ec112bfbfd7d9cf43bf (patch) | |
tree | 8e3a50de87728ec0bd2858d9f2492ae3d5fecc50 /testsuite/tests/lib | |
parent | 016f9ca683fc915d661b2c24321d3005a8929a47 (diff) | |
download | haskell-9372aaab0c869036689b9ec112bfbfd7d9cf43bf.tar.gz |
Give the two T19569 tests different names
Diffstat (limited to 'testsuite/tests/lib')
-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 |
2 files changed, 1 insertions, 1 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, ['']) |