[commit: testsuite] master: Rename a mis-named test (d59df4a)
Ian Lynagh
igloo at ghc.haskell.org
Sun Jul 28 15:12:44 CEST 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/d59df4a9fd3470b52247d90c64c897073ef10bba
>---------------------------------------------------------------
commit d59df4a9fd3470b52247d90c64c897073ef10bba
Author: Ian Lynagh <ian at well-typed.com>
Date: Sun Jul 28 14:12:55 2013 +0100
Rename a mis-named test
>---------------------------------------------------------------
tests/driver/all.T | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/driver/all.T b/tests/driver/all.T
index d18d9ae..34e57a5 100644
--- a/tests/driver/all.T
+++ b/tests/driver/all.T
@@ -377,4 +377,4 @@ test('T2507',
run_command,
['$MAKE -s --no-print-directory T2507'])
-test('T702', normal, run_command, ['$MAKE -s --no-print-directory T703'])
+test('T703', normal, run_command, ['$MAKE -s --no-print-directory T703'])
More information about the ghc-commits
mailing list