summaryrefslogtreecommitdiff
path: root/testsuite/tests/th
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2022-06-16 20:34:47 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-06-27 08:01:03 -0400
commit4713abc269953d37ca8c94eafb1d3b9968441ac8 (patch)
treeaeed300d113441ba0bf31b0bc77113ea6ec89e74 /testsuite/tests/th
parent0aa0ce69d835e2fef49cbd2d8f344182c07adc63 (diff)
downloadhaskell-4713abc269953d37ca8c94eafb1d3b9968441ac8.tar.gz
testsuite: Use normalise_version more consistently
Previously several tests' output were unnecessarily dependent on version numbers, particularly of `base`. Fix this.
Diffstat (limited to 'testsuite/tests/th')
-rw-r--r--testsuite/tests/th/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/th/all.T b/testsuite/tests/th/all.T
index 7147fa4182..9b606a70e4 100644
--- a/testsuite/tests/th/all.T
+++ b/testsuite/tests/th/all.T
@@ -543,7 +543,7 @@ test('T17820c', normal, compile_fail, [''])
test('T17820d', normal, compile_fail, [''])
test('T17820e', normal, compile_fail, [''])
test('T20454', normal, compile_and_run, [''])
-test('T21547', [extra_files(['T21547A.hs'])], multimod_compile_fail, ['T21547', '-v0'])
+test('T21547', [extra_files(['T21547A.hs']), normalise_version('base')], multimod_compile_fail, ['T21547', '-v0'])
test('T20590', normal, compile, ['-v0 -ddump-splices -dsuppress-uniques'])
test('T20773', only_ways(['ghci']), ghci_script, ['T20773.script'])
test('T20884', normal, compile_fail, [''])