[commit: ghc] master: Fix testsuite output from #9084. (17265c0)

git at git.haskell.org git at git.haskell.org
Sun Nov 2 03:53:41 UTC 2014


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/17265c033707a84fd59fec61b3a370c3a427ffa3/ghc

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

commit 17265c033707a84fd59fec61b3a370c3a427ffa3
Author: Richard Eisenberg <eir at cis.upenn.edu>
Date:   Tue Oct 28 15:15:02 2014 -0400

    Fix testsuite output from #9084.


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

17265c033707a84fd59fec61b3a370c3a427ffa3
 testsuite/tests/th/TH_dataD1.stderr | 3 +++
 testsuite/tests/th/all.T            | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/testsuite/tests/th/TH_dataD1.stderr b/testsuite/tests/th/TH_dataD1.stderr
index e69de29..51ae5b9 100644
--- a/testsuite/tests/th/TH_dataD1.stderr
+++ b/testsuite/tests/th/TH_dataD1.stderr
@@ -0,0 +1,3 @@
+
+TH_dataD1.hs:7:6:
+    Splices within declaration brackets not (yet) handled by Template Haskell
diff --git a/testsuite/tests/th/all.T b/testsuite/tests/th/all.T
index d6aaa84..3c108a7 100644
--- a/testsuite/tests/th/all.T
+++ b/testsuite/tests/th/all.T
@@ -120,7 +120,7 @@ test('TH_dupdecl', normal, compile_fail, ['-v0'])
 test('TH_exn2', normal, compile_fail, ['-v0'])
 
 test('TH_recover', normal, compile_and_run, [''])
-test('TH_dataD1', normal, compile, ['-v0'])
+test('TH_dataD1', normal, compile_fail, ['-v0'])
 
 test('TH_ppr1', normal, compile_and_run, [''])
 



More information about the ghc-commits mailing list