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
56de263e
Commit
56de263e
authored
Jan 25, 2013
by
ian@well-typed.com
Browse files
Rename some numeric tests: nnnn -> Tnnnn
parent
cccb390e
Changes
4
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghci.debugger/scripts/2740.hs
→
testsuite/tests/ghci.debugger/scripts/
T
2740.hs
View file @
56de263e
File moved
testsuite/tests/ghci.debugger/scripts/2740.script
→
testsuite/tests/ghci.debugger/scripts/
T
2740.script
View file @
56de263e
:seti -XMonomorphismRestriction
:l 2740.hs
:l
T
2740.hs
:step f 1 2 3
:step
:print x
...
...
testsuite/tests/ghci.debugger/scripts/2740.stdout
→
testsuite/tests/ghci.debugger/scripts/
T
2740.stdout
View file @
56de263e
Stopped at 2740.hs:(3,1)-(4,25)
Stopped at
T
2740.hs:(3,1)-(4,25)
_result :: a = _
Stopped at 2740.hs:3:11-13
Stopped at
T
2740.hs:3:11-13
_result :: Bool = _
x :: Integer = 1
y :: Integer = 2
...
...
testsuite/tests/ghci.debugger/scripts/all.T
View file @
56de263e
...
...
@@ -83,7 +83,7 @@ test('listCommand002', normal, ghci_script, ['listCommand002.script'])
test
('
hist001
',
normal
,
ghci_script
,
['
hist001.script
'])
test
('
2740
',
normal
,
ghci_script
,
['
2740.script
'])
test
('
T
2740
',
normal
,
ghci_script
,
['
T
2740.script
'])
test
('
getargs
',
normal
,
ghci_script
,
['
getargs.script
'])
test
('
T7386
',
normal
,
ghci_script
,
['
T7386.script
'])
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