summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail221.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail221.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail221.stderr8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail221.stderr b/testsuite/tests/typecheck/should_fail/tcfail221.stderr
index 8781bd056e..aef6c81a79 100644
--- a/testsuite/tests/typecheck/should_fail/tcfail221.stderr
+++ b/testsuite/tests/typecheck/should_fail/tcfail221.stderr
@@ -1,6 +1,6 @@
-[1 of 1] Compiling ShouldFail[sig of Prelude] ( tcfail221.hsig, nothing )
+[1 of 1] Compiling ShouldFail[boot] ( tcfail221.hs-boot, tcfail221.o )
-tcfail221.hsig:2:10:
+tcfail221.hs-boot:2:10: error:
Duplicate instance declarations:
- instance Show Int -- Defined at tcfail221.hsig:2:10
- instance Show Int -- Defined at tcfail221.hsig:3:10
+ instance Show Int -- Defined at tcfail221.hs-boot:2:10
+ instance Show Int -- Defined at tcfail221.hs-boot:3:10