summaryrefslogtreecommitdiff
path: root/testsuite/tests
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2018-06-10 18:13:10 -0400
committerBen Gamari <ben@smart-cactus.org>2018-06-10 18:13:10 -0400
commit96ddfa410e8b1294cf9e04cc05593fd981fa3014 (patch)
tree462699d17a54e6898aa840e739cc05dba7fa2d79 /testsuite/tests
parent14f4347c28a2d8d45e795fd01bc0e547fe8738e6 (diff)
downloadhaskell-96ddfa410e8b1294cf9e04cc05593fd981fa3014.tar.gz
testsuite: Suppress uniques in T15243 output
Fixes test for #15243.
Diffstat (limited to 'testsuite/tests')
-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 b97ed40353..f86cc96146 100644
--- a/testsuite/tests/th/all.T
+++ b/testsuite/tests/th/all.T
@@ -414,4 +414,4 @@ test('T14875', normal, compile, ['-v0 -ddump-splices -dsuppress-uniques'])
test('T14885a', normal, compile, [''])
test('T14885b', normal, compile, [''])
test('T14885c', normal, compile, [''])
-test('T15243', normal, compile, [''])
+test('T15243', normal, compile, ['-dsuppress-uniques'])