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
GHC
Commits
ac43c831
Commit
ac43c831
authored
Aug 29, 2001
by
simonmar
Browse files
[project @ 2001-08-29 08:44:49 by simonmar]
bugfix in check_stderr_ok()
parent
7374d8bf
Changes
1
Show whitespace changes
Inline
Side-by-side
testsuite/config/vanilla-test.T
View file @
ac43c831
...
...
@@ -102,7 +102,7 @@ def check_stderr_ok()
if not ( exists($s_stderr) )
then if ((contents $r_stderr) == "")
then return True
else say_fail_because_
output_produced
($r_std
out
)
else say_fail_because_
nonempty
($r_std
err
)
return False
fi
fi
...
...
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