diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2013-04-15 17:40:16 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2013-04-15 17:40:16 +0100 |
commit | 0e489e5759277389fda3cb985b9a934d962b94eb (patch) | |
tree | dcf26ed07319b7babf103378ee11ef741ac2ba9f /testsuite/tests/module | |
parent | 5363f2638e498cbaf7fa4487ef0791d8420d2bea (diff) | |
download | haskell-0e489e5759277389fda3cb985b9a934d962b94eb.tar.gz |
Wibbles to "main is not defined in Main" messagse
Diffstat (limited to 'testsuite/tests/module')
-rw-r--r-- | testsuite/tests/module/T414.stderr | 3 | ||||
-rw-r--r-- | testsuite/tests/module/mod174.stderr | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/testsuite/tests/module/T414.stderr b/testsuite/tests/module/T414.stderr index b9af6935f5..57d43af555 100644 --- a/testsuite/tests/module/T414.stderr +++ b/testsuite/tests/module/T414.stderr @@ -1,3 +1,2 @@ -T414.hs:1:1: - The main function ‛main’ is not exported by module ‛Main’ +T414.hs:1:1: The IO action ‛main’ is not exported by module ‛Main’ diff --git a/testsuite/tests/module/mod174.stderr b/testsuite/tests/module/mod174.stderr index 020f942087..84fef99429 100644 --- a/testsuite/tests/module/mod174.stderr +++ b/testsuite/tests/module/mod174.stderr @@ -1,3 +1,3 @@ mod174.hs:1:1: - The main function ‛main’ is not exported by module ‛Main’ + The IO action ‛main’ is not exported by module ‛Main’ |