diff options
author | Edward Z. Yang <ezyang@cs.stanford.edu> | 2014-05-29 17:29:25 -0700 |
---|---|---|
committer | Edward Z. Yang <ezyang@cs.stanford.edu> | 2014-05-29 18:33:59 -0700 |
commit | a23f13132a373ffc2758d6294ecdbbdb8404bae7 (patch) | |
tree | 70b91ce059e2543775d5537475bc11e0fb866960 /testsuite | |
parent | cd14075fe62a730f2438391f0448edbd1bcf15a2 (diff) | |
download | haskell-a23f13132a373ffc2758d6294ecdbbdb8404bae7.tar.gz |
Add missing stderr file for tcrun045.
Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tests/typecheck/should_run/tcrun045.stderr | 6 |
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’ |