diff options
Diffstat (limited to 'testsuite/tests/parser/should_fail/readFail001.stderr')
-rw-r--r-- | testsuite/tests/parser/should_fail/readFail001.stderr | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuite/tests/parser/should_fail/readFail001.stderr b/testsuite/tests/parser/should_fail/readFail001.stderr index 3284c1b51c..6425d16c49 100644 --- a/testsuite/tests/parser/should_fail/readFail001.stderr +++ b/testsuite/tests/parser/should_fail/readFail001.stderr @@ -16,4 +16,3 @@ readFail001.hs:107:42: error: Not in scope: data constructor ‘Bar’ readFail001.hs:112:23: error: Not in scope: type constructor or class ‘Foo’ - A data constructor of that name is in scope; did you mean DataKinds? |