Added a few more TestLabels

This commit is contained in:
Neil Brown 2008-02-05 16:19:16 +00:00
parent 093070454b
commit 6c4e7ee713
3 changed files with 3 additions and 3 deletions

View File

@ -111,7 +111,7 @@ testCheckTreeForConstr = TestList
--Returns the list of tests:
tests :: Test
tests = TestList
tests = TestLabel "CommonTest" $ TestList
[
testIsSafeConversion
,testCheckTreeForConstr

View File

@ -654,7 +654,7 @@ testTime =
--Returns the list of tests:
tests :: Test
tests = TestList
tests = TestLabel "ParseRainTest" $ TestList
[
parseTests testExprs,
parseTests testLiteral,

View File

@ -519,7 +519,7 @@ testPullUpParDecl2 = TestCase $ testPass "testPullUpParDecl2" exp (pullUpParDecl
---Returns the list of tests:
tests :: Test
tests = TestList
tests = TestLabel "RainPassesTest" $ TestList
[
testEachPass0
,testEachPass1