[commit: ghc] master: testsuite: Suppress uniques in T15243 output (96ddfa4)
git at git.haskell.org
git at git.haskell.org
Sun Jun 10 22:48:47 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/96ddfa410e8b1294cf9e04cc05593fd981fa3014/ghc
>---------------------------------------------------------------
commit 96ddfa410e8b1294cf9e04cc05593fd981fa3014
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sun Jun 10 18:13:10 2018 -0400
testsuite: Suppress uniques in T15243 output
Fixes test for #15243.
>---------------------------------------------------------------
96ddfa410e8b1294cf9e04cc05593fd981fa3014
testsuite/tests/th/all.T | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testsuite/tests/th/all.T b/testsuite/tests/th/all.T
index b97ed40..f86cc96 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'])
More information about the ghc-commits
mailing list