[commit: ghc] wip/rae: Fix testsuite output from #9084. (42c4e67)
git at git.haskell.org
git at git.haskell.org
Fri Oct 31 17:36:47 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/rae
Link : http://ghc.haskell.org/trac/ghc/changeset/42c4e678c234229b7fc9f5d366f8dcb1d587f960/ghc
>---------------------------------------------------------------
commit 42c4e678c234229b7fc9f5d366f8dcb1d587f960
Author: Richard Eisenberg <eir at cis.upenn.edu>
Date: Tue Oct 28 15:15:02 2014 -0400
Fix testsuite output from #9084.
>---------------------------------------------------------------
42c4e678c234229b7fc9f5d366f8dcb1d587f960
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