[commit: ghc] master: Fix quasiquotation test (#4150) (f72074e)
git at git.haskell.org
git at git.haskell.org
Mon Mar 23 09:42:33 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/f72074ec85edd06867587698be4f3db48d0658d0/ghc
>---------------------------------------------------------------
commit f72074ec85edd06867587698be4f3db48d0658d0
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date: Mon Mar 23 10:41:22 2015 +0100
Fix quasiquotation test (#4150)
>---------------------------------------------------------------
f72074ec85edd06867587698be4f3db48d0658d0
testsuite/tests/quasiquotation/T4150.stderr | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testsuite/tests/quasiquotation/T4150.stderr b/testsuite/tests/quasiquotation/T4150.stderr
index 9e0f4c2..689c808 100644
--- a/testsuite/tests/quasiquotation/T4150.stderr
+++ b/testsuite/tests/quasiquotation/T4150.stderr
@@ -1,3 +1,3 @@
T4150.hs:11:18:
- Not in scope: type constructor or class `NoSuchType'
+ Not in scope: type constructor or class ‘NoSuchType’
More information about the ghc-commits
mailing list