[commit: stm] master: Fix the names of several tests. (c4f20ea)

Austin Seipp mad.one at gmail.com
Sun May 5 00:08:19 CEST 2013


Repository : ssh://darcs.haskell.org//srv/darcs/packages/stm

On branch  : master

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

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

commit c4f20ea0c896cc3e84355ba8608b47e3d8f8803b
Author: Austin Seipp <aseipp at pobox.com>
Date:   Sat May 4 17:05:53 2013 -0500

    Fix the names of several tests.
    
    They should follow the 'Txxxx' convention.
    
    Signed-off-by: Austin Seipp <aseipp at pobox.com>

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

 tests/{2411.hs => T2411.hs}         |    0 
 tests/{3049.hs => T3049.hs}         |    0 
 tests/{3049.stdout => T3049.stdout} |    0 
 tests/{4057.hs => T4057.hs}         |    0 
 tests/{4057.stdout => T4057.stdout} |    0 
 tests/all.T                         |    6 +++---
 6 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/2411.hs b/tests/T2411.hs
similarity index 100%
rename from tests/2411.hs
rename to tests/T2411.hs
diff --git a/tests/3049.hs b/tests/T3049.hs
similarity index 100%
rename from tests/3049.hs
rename to tests/T3049.hs
diff --git a/tests/3049.stdout b/tests/T3049.stdout
similarity index 100%
rename from tests/3049.stdout
rename to tests/T3049.stdout
diff --git a/tests/4057.hs b/tests/T4057.hs
similarity index 100%
rename from tests/4057.hs
rename to tests/T4057.hs
diff --git a/tests/4057.stdout b/tests/T4057.stdout
similarity index 100%
rename from tests/4057.stdout
rename to tests/T4057.stdout
diff --git a/tests/all.T b/tests/all.T
index a5dc1e6..6843c74 100644
--- a/tests/all.T
+++ b/tests/all.T
@@ -36,9 +36,9 @@ test('stm060', normal, compile_and_run, ['-package stm'])
 test('stm061', normal, compile_and_run, ['-package stm'])
 test('stm062', normal, compile_and_run, ['-package stm'])
 test('stm063', when(fast(),skip), compile_and_run, ['-package stm'])
-test('2411', ignore_output, compile_and_run, ['-package stm'])
-test('3049', normal, compile_and_run, ['-package stm'])
-test('4057', normal, compile_and_run, ['-package stm'])
+test('T2411', ignore_output, compile_and_run, ['-package stm'])
+test('T3049', normal, compile_and_run, ['-package stm'])
+test('T4057', normal, compile_and_run, ['-package stm'])
 test('stm064', normal, compile_and_run, ['-package stm'])
 test('stm065', normal, compile_and_run, ['-package stm'])
 





More information about the ghc-commits mailing list