[commit: ghc] master: Add module header to test (97e313c)

git at git.haskell.org git at git.haskell.org
Fri Jun 26 07:33:06 UTC 2015


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/97e313cd7a95bba5dd5c2409b5a9c286db3510d1/ghc

>---------------------------------------------------------------

commit 97e313cd7a95bba5dd5c2409b5a9c286db3510d1
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Thu Jun 25 09:14:21 2015 +0100

    Add module header to test
    
    ..to avoid irrelevant 'main is not defined' error message


>---------------------------------------------------------------

97e313cd7a95bba5dd5c2409b5a9c286db3510d1
 testsuite/tests/parser/unicode/T2302.hs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/testsuite/tests/parser/unicode/T2302.hs b/testsuite/tests/parser/unicode/T2302.hs
index c40c704..a23d808 100644
--- a/testsuite/tests/parser/unicode/T2302.hs
+++ b/testsuite/tests/parser/unicode/T2302.hs
@@ -1 +1,2 @@
+module T2302 where
 f = À



More information about the ghc-commits mailing list