Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
fa25624d
Commit
fa25624d
authored
Jul 10, 2008
by
Simon Marlow
Browse files
fixes to this test
parent
af45af60
Changes
2
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/concurrent/should_run/conc069.hs
View file @
fa25624d
...
...
@@ -2,7 +2,7 @@ import Control.Concurrent
import
Control.Exception
main
=
do
stat
--
stat
-- main thread is not bound in GHCi
m
<-
newEmptyMVar
forkIO
(
do
stat
;
putMVar
m
()
)
takeMVar
m
...
...
testsuite/tests/ghc-regress/concurrent/should_run/conc069.stdout
View file @
fa25624d
(True,False)
(False,False)
(False,True)
(True,False)
...
...
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