[commit: ghc] master: Suppress uniques for simpl016 to normalise debug output (2d1ecd2)

git at git.haskell.org git at git.haskell.org
Tue Mar 25 14:59:49 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/2d1ecd2b0395bc3de4424c1a9833454f3fe14fec/ghc

>---------------------------------------------------------------

commit 2d1ecd2b0395bc3de4424c1a9833454f3fe14fec
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Tue Mar 25 14:59:38 2014 +0000

    Suppress uniques for simpl016 to normalise debug output


>---------------------------------------------------------------

2d1ecd2b0395bc3de4424c1a9833454f3fe14fec
 testsuite/tests/simplCore/should_compile/all.T           |    2 +-
 testsuite/tests/simplCore/should_compile/simpl016.stderr |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/testsuite/tests/simplCore/should_compile/all.T b/testsuite/tests/simplCore/should_compile/all.T
index 5f8ddd9..7239ffc 100644
--- a/testsuite/tests/simplCore/should_compile/all.T
+++ b/testsuite/tests/simplCore/should_compile/all.T
@@ -16,7 +16,7 @@ test('simpl012', normal, compile, [''])
 test('simpl013', normal, compile, [''])
 test('simpl014', normal, compile, [''])
 test('simpl015', only_ways(['optasm']), compile, [''])
-test('simpl016', normal, compile, [''])
+test('simpl016', normal, compile, ['-dsuppress-uniques'])
 test('simpl017', normal, compile_fail, [''])
 test('simpl018', normal, compile, [''])
 test('simpl019', normal, compile, [''])
diff --git a/testsuite/tests/simplCore/should_compile/simpl016.stderr b/testsuite/tests/simplCore/should_compile/simpl016.stderr
index 20e941f..2ac4e4f 100644
--- a/testsuite/tests/simplCore/should_compile/simpl016.stderr
+++ b/testsuite/tests/simplCore/should_compile/simpl016.stderr
@@ -1,4 +1,4 @@
 
 simpl016.hs:5:1: Warning:
     Forall'd constraint ‘Num b’ is not bound in RULE lhs
-      delta' @ Int @ b $dEq_aYH
+      delta' @ Int @ b $dEq



More information about the ghc-commits mailing list