summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail094.stderr3
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail173.stderr5
2 files changed, 5 insertions, 3 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail094.stderr b/testsuite/tests/typecheck/should_fail/tcfail094.stderr
index 8cd67b632b..c5dcc172d5 100644
--- a/testsuite/tests/typecheck/should_fail/tcfail094.stderr
+++ b/testsuite/tests/typecheck/should_fail/tcfail094.stderr
@@ -1,2 +1,3 @@
-tcfail094.hs:7:14: parse error on input `1'
+tcfail094.hs:7:14:
+ Illegal literal in type (use -XDataKinds to enable): 1
diff --git a/testsuite/tests/typecheck/should_fail/tcfail173.stderr b/testsuite/tests/typecheck/should_fail/tcfail173.stderr
index ee8f59b525..4bda7d5c4c 100644
--- a/testsuite/tests/typecheck/should_fail/tcfail173.stderr
+++ b/testsuite/tests/typecheck/should_fail/tcfail173.stderr
@@ -1,3 +1,4 @@
-tcfail173.hs:5:10:
- Malformed head of type or class declaration: (f <.> g) a
+tcfail173.hs:5:12:
+ Illegal declaration of a type or class operator `<.>'
+ Use -XTypeOperators to declare operators in type and declarations