Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/cafbe347880d4aacb069aa8bb39c0454fc9d7ddc >--------------------------------------------------------------- commit cafbe347880d4aacb069aa8bb39c0454fc9d7ddc Author: Ian Lynagh <[email protected]> Date: Fri Nov 18 22:12:17 2011 +0000 Remove duplicated options from a test >--------------------------------------------------------------- tests/driver/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/driver/Makefile b/tests/driver/Makefile index 7c108af..14d1d26 100644 --- a/tests/driver/Makefile +++ b/tests/driver/Makefile @@ -24,7 +24,7 @@ TEST_HC_OPTS_NO_RECOMP = $(filter-out -fforce-recomp,$(TEST_HC_OPTS)) test011: $(RM) A011.hi $(RM) A011$(OBJSUFFIX) - "$(TEST_HC)" $(TEST_HC_OPTS_NO_RECOMP) $(TEST_HC_OPTS_NO_RECOMP) -c A011.hs + "$(TEST_HC)" $(TEST_HC_OPTS_NO_RECOMP) -c A011.hs test -f A011.hi test -f A011$(OBJSUFFIX) _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
