summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/ghci051.stderr
diff options
context:
space:
mode:
authorDaniel Winograd-Cort <dwc@cs.yale.edu>2011-08-25 17:30:41 +0100
committerSimon Marlow <marlowsd@gmail.com>2011-09-21 01:14:32 +0100
commit0ce6b6c11c3df08edcc5a89190f56e5a4f2922e6 (patch)
tree918afcadddc6fba31a377cafa3af9f018e9126d0 /testsuite/tests/ghci/scripts/ghci051.stderr
parentb4d342606fd0a1fc2300291036c52ca20de7c1ab (diff)
downloadhaskell-0ce6b6c11c3df08edcc5a89190f56e5a4f2922e6.tar.gz
Test cases for GHCi data, class, etc.
Test cases for GHCi data, type, newtype, class, instance, deriving, etc declarations.
Diffstat (limited to 'testsuite/tests/ghci/scripts/ghci051.stderr')
-rw-r--r--testsuite/tests/ghci/scripts/ghci051.stderr5
1 files changed, 5 insertions, 0 deletions
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 @@
+
+<interactive>: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'