[commit: testsuite] master: Better error message (c4e556d)

Simon Peyton Jones simonpj at microsoft.com
Wed May 15 15:15:34 CEST 2013


Repository : ssh://darcs.haskell.org//srv/darcs/testsuite

On branch  : master

https://github.com/ghc/testsuite/commit/c4e556d659a2518f7033d56b2316ab337e1c2ccd

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

commit c4e556d659a2518f7033d56b2316ab337e1c2ccd
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Wed May 15 10:22:43 2013 +0100

    Better error message

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

 tests/typecheck/should_fail/T2354.stderr |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/typecheck/should_fail/T2354.stderr b/tests/typecheck/should_fail/T2354.stderr
index 55285ff..cc0fac9 100644
--- a/tests/typecheck/should_fail/T2354.stderr
+++ b/tests/typecheck/should_fail/T2354.stderr
@@ -1,6 +1,6 @@
 
 T2354.hs:4:3:
-    The INLINE pragma for default method ‛toInt’ lacks an accompanying binding
+    The NOINLINE pragma for default method ‛toInt’ lacks an accompanying binding
 
 T2354.hs:6:3:
-    The INLINE pragma for default method ‛fromInt’ lacks an accompanying binding
+    The NOINLINE pragma for default method ‛fromInt’ lacks an accompanying binding





More information about the ghc-commits mailing list