[commit: testsuite] master: Fix duplicate test names (959076a)

Jan Stolarek jstolarek at ghc.haskell.org
Fri Aug 9 10:38:17 CEST 2013


Repository : http://darcs.haskell.org/ghc.git/

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/959076ac8bef76c67d75c19ce72f9b0faa5a3a3a

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

commit 959076ac8bef76c67d75c19ce72f9b0faa5a3a3a
Author: Jan Stolarek <jan.stolarek at p.lodz.pl>
Date:   Fri Aug 9 08:37:58 2013 +0000

    Fix duplicate test names

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

 tests/th/all.T |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/th/all.T b/tests/th/all.T
index 2840387..fcb743f 100644
--- a/tests/th/all.T
+++ b/tests/th/all.T
@@ -274,8 +274,8 @@ test('T1849', normal, ghci_script, ['T1849.script'])
 test('T7681', normal, compile, ['-v0'])
 test('T7910', normal, compile_and_run, ['-v0'])
 
-test('ClosedFam1', normal, compile, ['-dsuppress-uniques -v0'])
-test('ClosedFam2', normal, compile, ['-v0'])
+test('ClosedFam1TH', normal, compile, ['-dsuppress-uniques -v0'])
+test('ClosedFam2TH', normal, compile, ['-v0'])
 
 test('T8028',
      extra_clean(['T8028a.hi', 'T8028a.o']),






More information about the ghc-commits mailing list