diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-01-25 16:02:36 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-01-25 16:02:36 +0000 |
commit | 56de263ef9926890053a388952172a1491ce0ab8 (patch) | |
tree | 24207a9c1359aa8e7dd6223267ce635992c70438 /testsuite/tests/ghci.debugger | |
parent | cccb390e5d62df94cb92d9f0b01e8aa90de096fb (diff) | |
download | haskell-56de263ef9926890053a388952172a1491ce0ab8.tar.gz |
Rename some numeric tests: nnnn -> Tnnnn
Diffstat (limited to 'testsuite/tests/ghci.debugger')
-rw-r--r-- | testsuite/tests/ghci.debugger/scripts/T2740.hs (renamed from testsuite/tests/ghci.debugger/scripts/2740.hs) | 0 | ||||
-rw-r--r-- | testsuite/tests/ghci.debugger/scripts/T2740.script (renamed from testsuite/tests/ghci.debugger/scripts/2740.script) | 2 | ||||
-rw-r--r-- | testsuite/tests/ghci.debugger/scripts/T2740.stdout (renamed from testsuite/tests/ghci.debugger/scripts/2740.stdout) | 4 | ||||
-rw-r--r-- | testsuite/tests/ghci.debugger/scripts/all.T | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/2740.hs b/testsuite/tests/ghci.debugger/scripts/T2740.hs index 291e7c8c02..291e7c8c02 100644 --- a/testsuite/tests/ghci.debugger/scripts/2740.hs +++ b/testsuite/tests/ghci.debugger/scripts/T2740.hs diff --git a/testsuite/tests/ghci.debugger/scripts/2740.script b/testsuite/tests/ghci.debugger/scripts/T2740.script index ac45616180..a7bd833690 100644 --- a/testsuite/tests/ghci.debugger/scripts/2740.script +++ b/testsuite/tests/ghci.debugger/scripts/T2740.script @@ -1,5 +1,5 @@ :seti -XMonomorphismRestriction -:l 2740.hs +:l T2740.hs :step f 1 2 3 :step :print x diff --git a/testsuite/tests/ghci.debugger/scripts/2740.stdout b/testsuite/tests/ghci.debugger/scripts/T2740.stdout index 68be6cb071..c6733bca9d 100644 --- a/testsuite/tests/ghci.debugger/scripts/2740.stdout +++ b/testsuite/tests/ghci.debugger/scripts/T2740.stdout @@ -1,6 +1,6 @@ -Stopped at 2740.hs:(3,1)-(4,25) +Stopped at T2740.hs:(3,1)-(4,25) _result :: a = _ -Stopped at 2740.hs:3:11-13 +Stopped at T2740.hs:3:11-13 _result :: Bool = _ x :: Integer = 1 y :: Integer = 2 diff --git a/testsuite/tests/ghci.debugger/scripts/all.T b/testsuite/tests/ghci.debugger/scripts/all.T index a78a6f21a7..9eef1f62b2 100644 --- a/testsuite/tests/ghci.debugger/scripts/all.T +++ b/testsuite/tests/ghci.debugger/scripts/all.T @@ -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('T2740', normal, ghci_script, ['T2740.script']) test('getargs', normal, ghci_script, ['getargs.script']) test('T7386', normal, ghci_script, ['T7386.script']) |