[commit: ghc] master: Fixup edd233acc19d269385 (T9032 test) (7a2c9dd)

git at git.haskell.org git at git.haskell.org
Tue Dec 23 17:23:01 UTC 2014


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/7a2c9dde24b72fe53216881867d5543e5a6f756c/ghc

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

commit 7a2c9dde24b72fe53216881867d5543e5a6f756c
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Tue Dec 23 18:10:20 2014 +0100

    Fixup edd233acc19d269385 (T9032 test)
    
    This is not a proper fix as the `x` in `make[x]: ...` changes depending on how
    the testsuite was called. So this probably only works when invoked via ./validate.


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

7a2c9dde24b72fe53216881867d5543e5a6f756c
 testsuite/tests/rename/should_fail/T9032.stderr | 2 +-
 testsuite/tests/rename/should_fail/T9032.stdout | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/testsuite/tests/rename/should_fail/T9032.stderr b/testsuite/tests/rename/should_fail/T9032.stderr
index 56b9158..c02dac8 100644
--- a/testsuite/tests/rename/should_fail/T9032.stderr
+++ b/testsuite/tests/rename/should_fail/T9032.stderr
@@ -1,3 +1,3 @@
 
 T9032.hs:6:1: A module cannot import itself: T9032
-make[2]: *** [T9032] Error 1
+make[3]: *** [T9032] Error 1
diff --git a/testsuite/tests/rename/should_fail/T9032.stdout b/testsuite/tests/rename/should_fail/T9032.stdout
new file mode 100644
index 0000000..82b486f
--- /dev/null
+++ b/testsuite/tests/rename/should_fail/T9032.stdout
@@ -0,0 +1 @@
+Makefile:6: recipe for target 'T9032' failed



More information about the ghc-commits mailing list