[commit: ghc] master: fix copy/pasto (176205c)
git at git.haskell.org
git at git.haskell.org
Sat Mar 1 07:16:58 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/176205cf0b89f76d904d381bdcd61e8685116bb7/ghc
>---------------------------------------------------------------
commit 176205cf0b89f76d904d381bdcd61e8685116bb7
Author: Simon Marlow <marlowsd at gmail.com>
Date: Sat Mar 1 07:16:44 2014 +0000
fix copy/pasto
>---------------------------------------------------------------
176205cf0b89f76d904d381bdcd61e8685116bb7
testsuite/tests/rts/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testsuite/tests/rts/Makefile b/testsuite/tests/rts/Makefile
index 7f9e073..180fe9b 100644
--- a/testsuite/tests/rts/Makefile
+++ b/testsuite/tests/rts/Makefile
@@ -85,7 +85,7 @@ T6006_setup :
'$(TEST_HC)' $(TEST_HC_OPTS) -c T6006.hs
T8124_setup :
- '$(TEST_HC)' $(TEST_HC_OPTS) -c T6006.hs
+ '$(TEST_HC)' $(TEST_HC_OPTS) -c T8124.hs
ifeq "$(TARGETPLATFORM)" "i386-unknown-mingw32"
T7037_CONST = const
More information about the ghc-commits
mailing list