diff options
Diffstat (limited to 'testsuite/tests/module/mod68.stderr')
-rw-r--r-- | testsuite/tests/module/mod68.stderr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/tests/module/mod68.stderr b/testsuite/tests/module/mod68.stderr new file mode 100644 index 0000000000..2d5ece6f47 --- /dev/null +++ b/testsuite/tests/module/mod68.stderr @@ -0,0 +1,5 @@ + +mod68.hs:4:1: + Duplicate type signature: + mod68.hs:4:1-16: f :: Int -> Bool + mod68.hs:3:1-16: f :: Int -> Bool |