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

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


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

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/e140c4366288cc83f7c9ee920efa2ac94f3ad49d

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

commit e140c4366288cc83f7c9ee920efa2ac94f3ad49d
Author: Ian Lynagh <ian at well-typed.com>
Date:   Fri Jan 25 16:02:36 2013 +0000

    Rename some numeric tests: nnnn -> Tnnnn

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

 tests/ghci.debugger/scripts/{2740.hs => T2740.hs}  |    0 
 .../scripts/{2740.script => T2740.script}          |    2 +-
 .../scripts/{2740.stdout => T2740.stdout}          |    4 ++--
 tests/ghci.debugger/scripts/all.T                  |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tests/ghci.debugger/scripts/2740.hs b/tests/ghci.debugger/scripts/T2740.hs
similarity index 100%
rename from tests/ghci.debugger/scripts/2740.hs
rename to tests/ghci.debugger/scripts/T2740.hs
diff --git a/tests/ghci.debugger/scripts/2740.script b/tests/ghci.debugger/scripts/T2740.script
similarity index 88%
rename from tests/ghci.debugger/scripts/2740.script
rename to tests/ghci.debugger/scripts/T2740.script
index ac45616..a7bd833 100644
--- a/tests/ghci.debugger/scripts/2740.script
+++ b/tests/ghci.debugger/scripts/T2740.script
@@ -1,5 +1,5 @@
 :seti -XMonomorphismRestriction
-:l 2740.hs
+:l T2740.hs
 :step f 1 2 3
 :step
 :print x
diff --git a/tests/ghci.debugger/scripts/2740.stdout b/tests/ghci.debugger/scripts/T2740.stdout
similarity index 60%
rename from tests/ghci.debugger/scripts/2740.stdout
rename to tests/ghci.debugger/scripts/T2740.stdout
index 68be6cb..c6733bc 100644
--- a/tests/ghci.debugger/scripts/2740.stdout
+++ b/tests/ghci.debugger/scripts/T2740.stdout
@@ -1,6 +1,6 @@
-Stopped at 2740.hs:(3,1)-(4,25)
+Stopped at T2740.hs:(3,1)-(4,25)
 _result :: a = _
-Stopped at 2740.hs:3:11-13
+Stopped at T2740.hs:3:11-13
 _result :: Bool = _
 x :: Integer = 1
 y :: Integer = 2
diff --git a/tests/ghci.debugger/scripts/all.T b/tests/ghci.debugger/scripts/all.T
index a78a6f2..9eef1f6 100644
--- a/tests/ghci.debugger/scripts/all.T
+++ b/tests/ghci.debugger/scripts/all.T
@@ -83,7 +83,7 @@ test('listCommand002', normal, ghci_script, ['listCommand002.script'])
 
 test('hist001', normal, ghci_script, ['hist001.script'])
 
-test('2740', normal, ghci_script, ['2740.script'])
+test('T2740', normal, ghci_script, ['T2740.script'])
 
 test('getargs', normal, ghci_script, ['getargs.script'])
 test('T7386', normal, ghci_script, ['T7386.script'])





More information about the ghc-commits mailing list