summaryrefslogtreecommitdiff
path: root/testsuite/tests/roles
diff options
context:
space:
mode:
authorThomas Miedema <thomasmiedema@gmail.com>2016-04-25 17:03:20 +0200
committerThomas Miedema <thomasmiedema@gmail.com>2016-04-26 10:50:36 +0200
commit2a8371352cbd96d511e73b7a0e6f0e03c4ce7b07 (patch)
tree5e5bbaddb456c848095625f3789b0c2fb7810ef2 /testsuite/tests/roles
parentdadf82d61f3cced61e9ccc35a5219e0b32cfee9e (diff)
downloadhaskell-2a8371352cbd96d511e73b7a0e6f0e03c4ce7b07.tar.gz
Testsuite: delete Roles9.stderr
In 99cd277c181dfb346d5f2d5fc9475379229037d0, goldfire deleted the Roles9 test, but not its stderr file.
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’