From 6c4e7ee7138d9287901b4f9351626c6429a55955 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Tue, 5 Feb 2008 16:19:16 +0000 Subject: [PATCH] Added a few more TestLabels --- common/CommonTest.hs | 2 +- frontends/ParseRainTest.hs | 2 +- frontends/RainPassesTest.hs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/CommonTest.hs b/common/CommonTest.hs index d7a06d2..2dd2dbc 100644 --- a/common/CommonTest.hs +++ b/common/CommonTest.hs @@ -111,7 +111,7 @@ testCheckTreeForConstr = TestList --Returns the list of tests: tests :: Test -tests = TestList +tests = TestLabel "CommonTest" $ TestList [ testIsSafeConversion ,testCheckTreeForConstr diff --git a/frontends/ParseRainTest.hs b/frontends/ParseRainTest.hs index 2577adf..1315375 100644 --- a/frontends/ParseRainTest.hs +++ b/frontends/ParseRainTest.hs @@ -654,7 +654,7 @@ testTime = --Returns the list of tests: tests :: Test -tests = TestList +tests = TestLabel "ParseRainTest" $ TestList [ parseTests testExprs, parseTests testLiteral, diff --git a/frontends/RainPassesTest.hs b/frontends/RainPassesTest.hs index 5f89076..8dcc159 100644 --- a/frontends/RainPassesTest.hs +++ b/frontends/RainPassesTest.hs @@ -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