diff options
Diffstat (limited to 'testsuite/tests/parser/should_fail/T3811.stderr')
-rw-r--r-- | testsuite/tests/parser/should_fail/T3811.stderr | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/tests/parser/should_fail/T3811.stderr b/testsuite/tests/parser/should_fail/T3811.stderr new file mode 100644 index 0000000000..afdead696e --- /dev/null +++ b/testsuite/tests/parser/should_fail/T3811.stderr @@ -0,0 +1,4 @@ + +T3811.hs:4:1: + Invalid type signature: f x :: Char + Should be of form <variable> :: <type> |