From 0ce6b6c11c3df08edcc5a89190f56e5a4f2922e6 Mon Sep 17 00:00:00 2001 From: Daniel Winograd-Cort Date: Thu, 25 Aug 2011 17:30:41 +0100 Subject: Test cases for GHCi data, class, etc. Test cases for GHCi data, type, newtype, class, instance, deriving, etc declarations. --- testsuite/tests/ghci/scripts/ghci051.stderr | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 testsuite/tests/ghci/scripts/ghci051.stderr (limited to 'testsuite/tests/ghci/scripts/ghci051.stderr') diff --git a/testsuite/tests/ghci/scripts/ghci051.stderr b/testsuite/tests/ghci/scripts/ghci051.stderr new file mode 100644 index 0000000000..e52b3edc24 --- /dev/null +++ b/testsuite/tests/ghci/scripts/ghci051.stderr @@ -0,0 +1,5 @@ + +:7:9: + Couldn't match expected type `T'' with actual type `T' + In the expression: C :: T' + In an equation for `c': c = C :: T' -- cgit v1.2.1