[commit: ghc] master: Fix missing files (24afe6d)

git at git.haskell.org git at git.haskell.org
Thu Jul 30 14:51:26 UTC 2015


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/24afe6d3aae1a04fbb394fa87d9ca45203ce2b67/ghc

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

commit 24afe6d3aae1a04fbb394fa87d9ca45203ce2b67
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Thu Jul 30 15:52:09 2015 +0100

    Fix missing files
    
    These two testsuite files were correct in my build
    tree but not in my source tree; apologies.


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

24afe6d3aae1a04fbb394fa87d9ca45203ce2b67
 testsuite/tests/simplCore/should_compile/T7287.stderr | 5 +++++
 testsuite/tests/stranal/should_compile/T10694.stdout  | 3 ++-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/testsuite/tests/simplCore/should_compile/T7287.stderr b/testsuite/tests/simplCore/should_compile/T7287.stderr
new file mode 100644
index 0000000..66dfe00
--- /dev/null
+++ b/testsuite/tests/simplCore/should_compile/T7287.stderr
@@ -0,0 +1,5 @@
+
+T7287.hs:7:3: warning:
+    Rule "int2Word#/word2Int#" may never fire
+      because rule "word2Int#" for ‘word2Int#’ might fire first
+    Probable fix: add phase [n] or [~n] to the competing rule
diff --git a/testsuite/tests/stranal/should_compile/T10694.stdout b/testsuite/tests/stranal/should_compile/T10694.stdout
index 0519ecb..2797ce7 100644
--- a/testsuite/tests/stranal/should_compile/T10694.stdout
+++ b/testsuite/tests/stranal/should_compile/T10694.stdout
@@ -1 +1,2 @@
- 
\ No newline at end of file
+[GblId, Arity=2, Str=DmdType <L,U(U)><L,U(U)>m]
+ Str=DmdType <L,U(U)><L,U(U)>,



More information about the ghc-commits mailing list