diff options
Diffstat (limited to 'testsuite/tests/patsyn')
-rw-r--r-- | testsuite/tests/patsyn/should_fail/export-syntax.stderr | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/patsyn/should_fail/export-syntax.stderr b/testsuite/tests/patsyn/should_fail/export-syntax.stderr index 8843a6a395..35858bce0d 100644 --- a/testsuite/tests/patsyn/should_fail/export-syntax.stderr +++ b/testsuite/tests/patsyn/should_fail/export-syntax.stderr @@ -1,3 +1,4 @@ export-syntax.hs:1:12: error: - Illegal export form (use PatternSynonyms to enable) + Illegal export form + Suggested fix: Perhaps you intended to use PatternSynonyms |