diff options
Diffstat (limited to 'testsuite/tests/ghc-regress/gadt/gadtSyntaxFail003.stderr')
-rw-r--r-- | testsuite/tests/ghc-regress/gadt/gadtSyntaxFail003.stderr | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/testsuite/tests/ghc-regress/gadt/gadtSyntaxFail003.stderr b/testsuite/tests/ghc-regress/gadt/gadtSyntaxFail003.stderr deleted file mode 100644 index 436bb76ca2..0000000000 --- a/testsuite/tests/ghc-regress/gadt/gadtSyntaxFail003.stderr +++ /dev/null @@ -1,6 +0,0 @@ - -gadtSyntaxFail003.hs:7:5: - Data constructor `C1' has existential type variables, a context, or a specialised result type - (Use -XExistentialQuantification or -XGADTs to allow this) - In the definition of data constructor `C1' - In the data type declaration for `Foo' |