Added labels to all the top-level tests that didn't have one

This commit is contained in:
Neil Brown 2008-02-28 16:11:01 +00:00
parent cb8327451d
commit 6d4f1dd702
4 changed files with 4 additions and 4 deletions

View File

@ -144,7 +144,7 @@ testTransformWaitFor5 = TestCase $ testPass "testTransformWaitFor5" exp (transfo
---Returns the list of tests:
tests :: Test
tests = TestList
tests = TestLabel "BackendPassesTest" $ TestList
[
testTransformWaitFor0
,testTransformWaitFor1

View File

@ -1146,7 +1146,7 @@ testMobile = TestList
---Returns the list of tests:
tests :: Test
tests = TestList
tests = TestLabel "GenerateCTest" $ TestList
[
testActuals
,testArraySizes

View File

@ -414,7 +414,7 @@ checkExpressionTest = TestList
markRainTest
tests :: Test
tests = TestList
tests = TestLabel "RainTypesTest" $ TestList
[
constantFoldTest
,annotateIntTest

View File

@ -596,7 +596,7 @@ testPullRepCounts = TestList
--Returns the list of tests:
tests :: Test
tests = TestList
tests = TestLabel "PassTest" $ TestList
[
testFunctionsToProcs0
,testFunctionsToProcs1