From a23f13132a373ffc2758d6294ecdbbdb8404bae7 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Thu, 29 May 2014 17:29:25 -0700 Subject: [PATCH] Add missing stderr file for tcrun045. Signed-off-by: Edward Z. Yang --- testsuite/tests/typecheck/should_run/tcrun045.stderr | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 testsuite/tests/typecheck/should_run/tcrun045.stderr diff --git a/testsuite/tests/typecheck/should_run/tcrun045.stderr b/testsuite/tests/typecheck/should_run/tcrun045.stderr new file mode 100644 index 000000000000..82826c2aedc5 --- /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’