Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
Packages
Cabal
Commits
15cb2e2c
Commit
15cb2e2c
authored
Aug 03, 2007
by
nominolo@gmail.com
Browse files
Fix import path to HUnit.
parent
38e3139f
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/ModuleTest.hs
View file @
15cb2e2c
...
...
@@ -81,7 +81,7 @@ import System.Cmd(system)
import
System.Exit
(
ExitCode
(
..
))
import
System.Environment
(
getArgs
)
import
HUnit
(
runTestTT
,
Test
(
..
),
Counts
(
..
),
assertBool
,
import
Test.
HUnit
(
runTestTT
,
Test
(
..
),
Counts
(
..
),
assertBool
,
assertEqual
,
Assertion
,
showCounts
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment