[commit: testsuite] master: Fix T6082-RULE test case (aff55f8)

Paolo Capriotti p.capriotti at gmail.com
Fri Jul 27 10:34:40 CEST 2012


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

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/aff55f8918edba810d96a0790e015bacb8619a66

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

commit aff55f8918edba810d96a0790e015bacb8619a66
Author: Paolo Capriotti <p.capriotti at gmail.com>
Date:   Thu Jul 26 21:37:24 2012 +0100

    Fix T6082-RULE test case

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

 tests/simplCore/should_compile/T6082-RULE.stderr |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/simplCore/should_compile/T6082-RULE.stderr b/tests/simplCore/should_compile/T6082-RULE.stderr
index 433c1a4..a503b77 100644
--- a/tests/simplCore/should_compile/T6082-RULE.stderr
+++ b/tests/simplCore/should_compile/T6082-RULE.stderr
@@ -1,8 +1,8 @@
 
 T6082-RULE.hs:5:11: Warning:
-    Rule "foo1" may never fire becuase `foo1' might inline first
+    Rule "foo1" may never fire because `foo1' might inline first
     Probable fix: add an INLINE[n] or NOINLINE[n] pragma on `foo1'
 
 T6082-RULE.hs:10:11: Warning:
-    Rule "foo2" may never fire becuase `foo2' might inline first
+    Rule "foo2" may never fire because `foo2' might inline first
     Probable fix: add an INLINE[n] or NOINLINE[n] pragma on `foo2'





More information about the Cvs-ghc mailing list