diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2015-07-30 15:52:09 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2015-07-30 15:52:32 +0100 |
commit | 24afe6d3aae1a04fbb394fa87d9ca45203ce2b67 (patch) | |
tree | 47807d6dc43f461eb5a2fd5de1d8e67edcdd76a9 /testsuite | |
parent | 72d23c3e0244b1163d7806e40128ad51cc959f7f (diff) | |
download | haskell-24afe6d3aae1a04fbb394fa87d9ca45203ce2b67.tar.gz |
Fix missing files
These two testsuite files were correct in my build
tree but not in my source tree; apologies.
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tests/simplCore/should_compile/T7287.stderr | 5 | ||||
-rw-r--r-- | testsuite/tests/stranal/should_compile/T10694.stdout | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/testsuite/tests/simplCore/should_compile/T7287.stderr b/testsuite/tests/simplCore/should_compile/T7287.stderr new file mode 100644 index 0000000000..66dfe007f5 --- /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 0519ecba6e..2797ce7407 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)>, |