Removed the setting of csVerboseLevel in TestHarness that was accidentally committed
This commit is contained in:
parent
1074407ef9
commit
c45b82be56
|
@ -57,7 +57,7 @@ automaticTimeTest scale fileName = readFile fileName >>* performTimeTest scale f
|
||||||
|
|
||||||
-- Bit of a hard-hack, until usage-checking is on by default:
|
-- Bit of a hard-hack, until usage-checking is on by default:
|
||||||
defaultState :: CompState
|
defaultState :: CompState
|
||||||
defaultState = emptyState {csUsageChecking = True , csVerboseLevel = 2 }
|
defaultState = emptyState {csUsageChecking = True}
|
||||||
|
|
||||||
-- | Tests if compiling the given source gives any errors.
|
-- | Tests if compiling the given source gives any errors.
|
||||||
-- If there are errors, they are returned. Upon success, Nothing is returned
|
-- If there are errors, they are returned. Upon success, Nothing is returned
|
||||||
|
|
Loading…
Reference in New Issue
Block a user