summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_run
diff options
context:
space:
mode:
authorEdward Z. Yang <ezyang@cs.stanford.edu>2014-05-29 17:29:25 -0700
committerEdward Z. Yang <ezyang@cs.stanford.edu>2014-05-29 18:33:59 -0700
commita23f13132a373ffc2758d6294ecdbbdb8404bae7 (patch)
tree70b91ce059e2543775d5537475bc11e0fb866960 /testsuite/tests/typecheck/should_run
parentcd14075fe62a730f2438391f0448edbd1bcf15a2 (diff)
downloadhaskell-a23f13132a373ffc2758d6294ecdbbdb8404bae7.tar.gz
Add missing stderr file for tcrun045.
Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
Diffstat (limited to 'testsuite/tests/typecheck/should_run')
-rw-r--r--testsuite/tests/typecheck/should_run/tcrun045.stderr6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/typecheck/should_run/tcrun045.stderr b/testsuite/tests/typecheck/should_run/tcrun045.stderr
new file mode 100644
index 0000000000..82826c2aed
--- /dev/null
+++ b/testsuite/tests/typecheck/should_run/tcrun045.stderr
@@ -0,0 +1,6 @@
+
+tcrun045.hs:24:1:
+ Illegal implict parameter ‘?imp::Int’
+ In the context: (?imp::Int)
+ While checking the super-classes of class ‘D’
+ In the class declaration for ‘D’