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
56cfb93f
Commit
56cfb93f
authored
Mar 26, 2003
by
simonmar
Browse files
[project @ 2003-03-26 15:34:42 by simonmar]
Fix bug in GHCi testing: should fix a few GHCi test failures
parent
03643ba4
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/driver/testlib.py
View file @
56cfb93f
...
...
@@ -555,7 +555,7 @@ def interpreter_run( name, way, extra_hc_opts, compile_only, top_mod ):
# figure out what to use for stdin
if
testopts
.
stdin
!=
''
:
stdin_file
=
testopts
.
stdin
stdin_file
=
in_testdir
(
testopts
.
stdin
)
else
:
stdin_file
=
qualify
(
name
,
'stdin'
)
...
...
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