summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/gadt/T3651.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghc-regress/gadt/T3651.stderr')
-rw-r--r--testsuite/tests/ghc-regress/gadt/T3651.stderr21
1 files changed, 0 insertions, 21 deletions
diff --git a/testsuite/tests/ghc-regress/gadt/T3651.stderr b/testsuite/tests/ghc-regress/gadt/T3651.stderr
deleted file mode 100644
index d15e27aefa..0000000000
--- a/testsuite/tests/ghc-regress/gadt/T3651.stderr
+++ /dev/null
@@ -1,21 +0,0 @@
-
-T3651.hs:11:11:
- Couldn't match type `()' with `Bool'
- Inaccessible code in
- a pattern with constructor U :: Z (), in an equation for `unsafe1'
- In the pattern: U
- In an equation for `unsafe1': unsafe1 B U = ()
-
-T3651.hs:14:11:
- Couldn't match type `()' with `Bool'
- Inaccessible code in
- a pattern with constructor U :: Z (), in an equation for `unsafe2'
- In the pattern: U
- In an equation for `unsafe2': unsafe2 B U = ()
-
-T3651.hs:17:11:
- Couldn't match type `()' with `Bool'
- Inaccessible code in
- a pattern with constructor U :: Z (), in an equation for `unsafe3'
- In the pattern: U
- In an equation for `unsafe3': unsafe3 B U = True