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
5417ce72
Commit
5417ce72
authored
Aug 05, 2008
by
Simon Marlow
Browse files
add test for #2452
parent
b985cce5
Changes
3
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/ghci/scripts/2452.script
0 → 100644
View file @
5417ce72
:set -fno-implicit-import-qualified
:t System.IO.hPutStrLn
testsuite/tests/ghc-regress/ghci/scripts/2452.stderr
0 → 100644
View file @
5417ce72
<interactive>:1:0: Not in scope: `System.IO.hPutStrLn'
testsuite/tests/ghc-regress/ghci/scripts/all.T
View file @
5417ce72
...
...
@@ -49,6 +49,7 @@ test('ghci030', normal, ghci_script, ['ghci030.script'])
test
('
ghci031
',
expect_broken
(
2138
),
ghci_script
,
['
ghci031.script
'])
test
('
ghci032
',
if_compiler_lt
('
ghc
',
'
6.9
',
skip
),
ghci_script
,
['
ghci032.script
'])
test
('
ghci033
',
normal
,
ghci_script
,
['
ghci033.script
'])
test
('
2452
',
normal
,
ghci_script
,
['
2452.script
'])
test
('
1914
',
extra_clean
(['
T1914A.hs
',
'
T1914B.hs
']),
...
...
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