summaryrefslogtreecommitdiff
path: root/testsuite/tests/roles
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/roles')
-rw-r--r--testsuite/tests/roles/should_fail/Roles9.stderr7
1 files changed, 0 insertions, 7 deletions
diff --git a/testsuite/tests/roles/should_fail/Roles9.stderr b/testsuite/tests/roles/should_fail/Roles9.stderr
deleted file mode 100644
index e9f824b8ce..0000000000
--- a/testsuite/tests/roles/should_fail/Roles9.stderr
+++ /dev/null
@@ -1,7 +0,0 @@
-
-Roles9.hs:13:12:
- Can't make a derived instance of ‘C Age’
- (even with cunning newtype deriving):
- it is not type-safe to use GeneralizedNewtypeDeriving on this class;
- the last parameter of ‘C’ is at role Nominal
- In the newtype declaration for ‘Age’