[commit: ghc] master: Add expected stderr for #11466 test case (36b174d)

git at git.haskell.org git at git.haskell.org
Fri Jan 22 09:50:44 UTC 2016


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/36b174df5433b217b4178da59917766e663337e7/ghc

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

commit 36b174df5433b217b4178da59917766e663337e7
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Fri Jan 22 10:51:46 2016 +0100

    Add expected stderr for #11466 test case


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

36b174df5433b217b4178da59917766e663337e7
 testsuite/tests/polykinds/T11466.stderr | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/testsuite/tests/polykinds/T11466.stderr b/testsuite/tests/polykinds/T11466.stderr
new file mode 100644
index 0000000..f584731
--- /dev/null
+++ b/testsuite/tests/polykinds/T11466.stderr
@@ -0,0 +1,6 @@
+
+T11466.hs:15:10: error:
+    • Illegal implicit parameter ‘?x::Int’
+    • In the context: Bla
+      While checking an instance declaration
+      In the instance declaration for ‘Eq T’



More information about the ghc-commits mailing list