diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2015-06-25 09:14:21 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2015-06-26 08:33:08 +0100 |
commit | 97e313cd7a95bba5dd5c2409b5a9c286db3510d1 (patch) | |
tree | 2289b5f335fe86ab4b0d901a41faa759d9f7f408 /testsuite/tests | |
parent | b69dc7311bacff8e434bc4f3883ad64d60c0a7f1 (diff) | |
download | haskell-97e313cd7a95bba5dd5c2409b5a9c286db3510d1.tar.gz |
Add module header to test
..to avoid irrelevant 'main is not defined' error message
Diffstat (limited to 'testsuite/tests')
-rw-r--r-- | testsuite/tests/parser/unicode/T2302.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/parser/unicode/T2302.hs b/testsuite/tests/parser/unicode/T2302.hs index c40c704cc3..a23d808e4d 100644 --- a/testsuite/tests/parser/unicode/T2302.hs +++ b/testsuite/tests/parser/unicode/T2302.hs @@ -1 +1,2 @@ +module T2302 where f = À |