Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
b1ed0429
Commit
b1ed0429
authored
Jun 11, 2008
by
Ian Lynagh
Browse files
Fix Cpr001 to work when we run with multiple threads
parent
f6227dd5
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/cpranal/should_compile/all.T
View file @
b1ed0429
...
...
@@ -4,6 +4,7 @@ def f( opts ):
setTestOpts
(
f
)
test
('
Cpr001_imp
',
no_clean
,
compile
,
[''])
test
('
Cpr001
',
normal
,
compile
,
[''])
clean
(['
Cpr001_imp.hi
',
'
Cpr001_imp.o
',
'
Cpr001_imp.comp.stderr
'])
test
('
Cpr001
',
extra_clean
(['
Cpr001_imp.hi
',
'
Cpr001_imp.o
',
'
Cpr001_imp.comp.stderr
']),
multimod_compile
,
['
Cpr001
',
'
-v0
'])
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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