diff options
author | Ben Gamari <ben@smart-cactus.org> | 2022-06-16 20:34:47 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-06-27 08:01:03 -0400 |
commit | 4713abc269953d37ca8c94eafb1d3b9968441ac8 (patch) | |
tree | aeed300d113441ba0bf31b0bc77113ea6ec89e74 /testsuite/tests/polykinds/all.T | |
parent | 0aa0ce69d835e2fef49cbd2d8f344182c07adc63 (diff) | |
download | haskell-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/polykinds/all.T')
-rw-r--r-- | testsuite/tests/polykinds/all.T | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/polykinds/all.T b/testsuite/tests/polykinds/all.T index 459ba1350d..e649651460 100644 --- a/testsuite/tests/polykinds/all.T +++ b/testsuite/tests/polykinds/all.T @@ -192,8 +192,8 @@ test('T15116a', normal, compile_fail, ['']) test('T15170', normal, compile, ['']) test('T14939', normal, compile, ['-O']) test('T15577', normal, compile_fail, ['-O']) -test('T15592', normal, compile, ['']) -test('T15592b', normal, compile, ['-ddump-types -fprint-explicit-foralls']) +test('T15592', normalise_version('base'), compile, ['']) +test('T15592b', normalise_version('base'), compile, ['-ddump-types -fprint-explicit-foralls']) test('T15787', normal, compile_fail, ['']) test('T15789', normal, compile_fail, ['']) test('T15804', normal, compile_fail, ['']) |