diff options
Diffstat (limited to 'testsuite/tests/parser/should_fail/readFail035.stderr')
-rw-r--r-- | testsuite/tests/parser/should_fail/readFail035.stderr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/parser/should_fail/readFail035.stderr b/testsuite/tests/parser/should_fail/readFail035.stderr index cd0f2c38ea..574cde49ab 100644 --- a/testsuite/tests/parser/should_fail/readFail035.stderr +++ b/testsuite/tests/parser/should_fail/readFail035.stderr @@ -1,4 +1,4 @@ readFail035.hs:6:1: - ‛Foo’ has no constructors (EmptyDataDecls permits this) - In the data declaration for ‛Foo’ + ‘Foo’ has no constructors (EmptyDataDecls permits this) + In the data declaration for ‘Foo’ |