[commit: testsuite] master: Rename some numeric tests: nnnn -> Tnnnn (1c004a7)

Ian Lynagh igloo at earth.li
Sat Jan 26 01:29:28 CET 2013


Repository : ssh://darcs.haskell.org//srv/darcs/testsuite

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/1c004a7a6a081d6849cace650a838607d9fd7ea4

>---------------------------------------------------------------

commit 1c004a7a6a081d6849cace650a838607d9fd7ea4
Author: Ian Lynagh <ian at well-typed.com>
Date:   Fri Jan 25 16:11:06 2013 +0000

    Rename some numeric tests: nnnn -> Tnnnn

>---------------------------------------------------------------

 tests/parser/unicode/2302.stderr                   |    2 --
 tests/parser/unicode/{1103.hs => T1103.hs}         |    0 
 tests/parser/unicode/{1744.hs => T1744.hs}         |    0 
 tests/parser/unicode/{1744.stdout => T1744.stdout} |    0 
 tests/parser/unicode/{2302.hs => T2302.hs}         |    0 
 tests/parser/unicode/T2302.stderr                  |    2 ++
 tests/parser/unicode/{4373.hs => T4373.hs}         |    0 
 tests/parser/unicode/all.T                         |    8 ++++----
 8 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/tests/parser/unicode/2302.stderr b/tests/parser/unicode/2302.stderr
deleted file mode 100644
index 608c9ef..0000000
--- a/tests/parser/unicode/2302.stderr
+++ /dev/null
@@ -1,2 +0,0 @@
-
-2302.hs:1:5: Not in scope: data constructor `À'
diff --git a/tests/parser/unicode/1103.hs b/tests/parser/unicode/T1103.hs
similarity index 100%
rename from tests/parser/unicode/1103.hs
rename to tests/parser/unicode/T1103.hs
diff --git a/tests/parser/unicode/1744.hs b/tests/parser/unicode/T1744.hs
similarity index 100%
rename from tests/parser/unicode/1744.hs
rename to tests/parser/unicode/T1744.hs
diff --git a/tests/parser/unicode/1744.stdout b/tests/parser/unicode/T1744.stdout
similarity index 100%
rename from tests/parser/unicode/1744.stdout
rename to tests/parser/unicode/T1744.stdout
diff --git a/tests/parser/unicode/2302.hs b/tests/parser/unicode/T2302.hs
similarity index 100%
rename from tests/parser/unicode/2302.hs
rename to tests/parser/unicode/T2302.hs
diff --git a/tests/parser/unicode/T2302.stderr b/tests/parser/unicode/T2302.stderr
new file mode 100644
index 0000000..9718423
--- /dev/null
+++ b/tests/parser/unicode/T2302.stderr
@@ -0,0 +1,2 @@
+
+T2302.hs:1:5: Not in scope: data constructor `À'
diff --git a/tests/parser/unicode/4373.hs b/tests/parser/unicode/T4373.hs
similarity index 100%
rename from tests/parser/unicode/4373.hs
rename to tests/parser/unicode/T4373.hs
diff --git a/tests/parser/unicode/all.T b/tests/parser/unicode/all.T
index e5375a3..c8ca793 100644
--- a/tests/parser/unicode/all.T
+++ b/tests/parser/unicode/all.T
@@ -16,7 +16,7 @@ test('utf8_022', normal, compile_fail, [''])
 
 test('utf8_024', normal, compile_and_run, [''])
 
-test('1744', normal, compile_and_run, [''])
-test('1103', normal, compile, [''])
-test('2302', only_ways(['normal']), compile_fail, [''])
-test('4373', normal, compile, [''])
+test('T1744', normal, compile_and_run, [''])
+test('T1103', normal, compile, [''])
+test('T2302', only_ways(['normal']), compile_fail, [''])
+test('T4373', normal, compile, [''])





More information about the ghc-commits mailing list