[commit: base] master: Rename tests to not start with a digit (6ea3105)
Ian Lynagh
igloo at earth.li
Fri Jan 25 14:39:30 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/packages/base
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/6ea3105fcb221f3d3a0bfd2b3041ecdb376aee17
>---------------------------------------------------------------
commit 6ea3105fcb221f3d3a0bfd2b3041ecdb376aee17
Author: Ian Lynagh <ian at well-typed.com>
Date: Fri Jan 25 01:29:10 2013 +0000
Rename tests to not start with a digit
>---------------------------------------------------------------
tests/Text.Printf/{1548.hs => T1548.hs} | 0
tests/Text.Printf/{1548.stdout => T1548.stdout} | 0
tests/Text.Printf/all.T | 2 +-
3 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/Text.Printf/1548.hs b/tests/Text.Printf/T1548.hs
similarity index 100%
rename from tests/Text.Printf/1548.hs
rename to tests/Text.Printf/T1548.hs
diff --git a/tests/Text.Printf/1548.stdout b/tests/Text.Printf/T1548.stdout
similarity index 100%
rename from tests/Text.Printf/1548.stdout
rename to tests/Text.Printf/T1548.stdout
diff --git a/tests/Text.Printf/all.T b/tests/Text.Printf/all.T
index aa26ff2..461d3b7 100644
--- a/tests/Text.Printf/all.T
+++ b/tests/Text.Printf/all.T
@@ -1 +1 @@
-test('1548', normal, compile_and_run, [''])
+test('T1548', normal, compile_and_run, [''])
More information about the ghc-commits
mailing list