Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
https://github.com/ghc/testsuite/commit/c4e556d659a2518f7033d56b2316ab337e1c2ccd >--------------------------------------------------------------- commit c4e556d659a2518f7033d56b2316ab337e1c2ccd Author: Simon Peyton Jones <[email protected]> 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
_______________________________________________ ghc-commits mailing list [email protected] http://www.haskell.org/mailman/listinfo/ghc-commits
