Repository : ssh://g...@git.haskell.org/testsuite

On branch  : master
Link       : 
http://ghc.haskell.org/trac/ghc/changeset/f915f2304e8292afc3ac7ec926b33b963aa88f62/testsuite

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

commit f915f2304e8292afc3ac7ec926b33b963aa88f62
Author: Krzysztof Gogolewski <krz.gogolew...@gmail.com>
Date:   Sat Sep 28 12:58:40 2013 +0200

    Fix T8333 (#8333)


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

f915f2304e8292afc3ac7ec926b33b963aa88f62
 tests/th/Makefile     |    2 +-
 tests/th/T8333.stdout |    7 -------
 2 files changed, 1 insertion(+), 8 deletions(-)

diff --git a/tests/th/Makefile b/tests/th/Makefile
index c184600..b06042b 100644
--- a/tests/th/Makefile
+++ b/tests/th/Makefile
@@ -36,4 +36,4 @@ TH_Depends:
 
 
 T8333:
-       $(TEST_HC) $(TEST_HC_OPTS) $(ghcThWayFlags) --interactive T8333.hs < 
/dev/null
+       '$(TEST_HC)' $(TEST_HC_OPTS) $(ghcThWayFlags) --interactive -v0 
T8333.hs < /dev/null
diff --git a/tests/th/T8333.stdout b/tests/th/T8333.stdout
index 8865fc1..e69de29 100644
--- a/tests/th/T8333.stdout
+++ b/tests/th/T8333.stdout
@@ -1,7 +0,0 @@
-GHCi, version 7.7.20130919: http://www.haskell.org/ghc/  :? for help
-Loading package ghc-prim ... linking ... done.
-Loading package integer-gmp ... linking ... done.
-Loading package base ... linking ... done.
-[1 of 1] Compiling Main             ( T8333.hs, interpreted )
-Ok, modules loaded: Main.
-*Main> Leaving GHCi.

_______________________________________________
ghc-commits mailing list
ghc-commits@haskell.org
http://www.haskell.org/mailman/listinfo/ghc-commits

Reply via email to