summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T3468.stderr
diff options
context:
space:
mode:
authorEdward Z. Yang <ezyang@cs.stanford.edu>2017-02-12 22:36:19 -0800
committerEdward Z. Yang <ezyang@cs.stanford.edu>2017-02-17 16:47:28 -0800
commit89168849a781626fc794ae97375da979ac83bf96 (patch)
tree77853738762272af87275b56917fa465ba26331d /testsuite/tests/typecheck/should_fail/T3468.stderr
parentfd2d5b6de7493c2ff2ac76401ef296f575c52483 (diff)
downloadhaskell-89168849a781626fc794ae97375da979ac83bf96.tar.gz
Say 'data' explicitly in IfAbstractTyCon output.
Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/T3468.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/T3468.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/typecheck/should_fail/T3468.stderr b/testsuite/tests/typecheck/should_fail/T3468.stderr
index 9284df2fb4..cae8eedefc 100644
--- a/testsuite/tests/typecheck/should_fail/T3468.stderr
+++ b/testsuite/tests/typecheck/should_fail/T3468.stderr
@@ -1,9 +1,9 @@
-T3468.hs-boot:3:1:
+T3468.hs-boot:3:1: error:
Type constructor ‘Tool’ has conflicting definitions in the module
and its hs-boot file
Main module: type role Tool phantom
data Tool d where
F :: a -> Tool d
- Boot file: abstract Tool
+ Boot file: {- abstract -} data Tool
The types have different kinds