diff options
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']) |