[commit: ghc] master: Fix typo in testsuite Makefile (32237f0)
git at git.haskell.org
git at git.haskell.org
Wed Nov 5 13:07:08 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/32237f0d9024b2e1ab7cc637a79584bb07a10268/ghc
>---------------------------------------------------------------
commit 32237f0d9024b2e1ab7cc637a79584bb07a10268
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Wed Nov 5 14:05:48 2014 +0100
Fix typo in testsuite Makefile
This is introduced in aa4799534225e3fc6bbde0d5e5eeab8868cc3111
and would cause indeterministic testsuite failures in `sigof02dmt`
>---------------------------------------------------------------
32237f0d9024b2e1ab7cc637a79584bb07a10268
testsuite/tests/driver/sigof02/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testsuite/tests/driver/sigof02/Makefile b/testsuite/tests/driver/sigof02/Makefile
index b61fe61..9a64ec2 100644
--- a/testsuite/tests/driver/sigof02/Makefile
+++ b/testsuite/tests/driver/sigof02/Makefile
@@ -72,4 +72,4 @@ sigof02dmt:
rm -rf tmp_sigof02dmt
mkdir tmp_sigof02dmt
# doesn't typecheck due to lack of alias
- ! '$(TEST_HC)' $(TEST_HC_OPTS_NO_RECOMP) -outputdir tmp_sigof02dmt -fno-code -fwrite-interface --make Double.hs -o tmp_sigof02dm/Double
+ ! '$(TEST_HC)' $(TEST_HC_OPTS_NO_RECOMP) -outputdir tmp_sigof02dmt -fno-code -fwrite-interface --make Double.hs -o tmp_sigof02dmt/Double
More information about the ghc-commits
mailing list