Skip to content
Snippets Groups Projects
Commit 3d0f4c73 authored by Ian Lynagh's avatar Ian Lynagh
Browse files

Rename some numeric tests: nnnn -> Tnnnn

parent 8f5b0453
No related branches found
No related tags found
No related merge requests found
Showing
with 7 additions and 7 deletions
:l 4051.hs
:l T4051.hs
:m -X'
:m X'
x
......@@ -84,19 +84,19 @@ test('ghci056',
test('ghci057', normal, ghci_script, ['ghci057.script'])
test('2452', normal, ghci_script, ['2452.script'])
test('T2452', normal, ghci_script, ['T2452.script'])
test('T2766', normal, ghci_script, ['T2766.script'])
test('1914',
test('T1914',
extra_clean(['T1914A.hs', 'T1914B.hs']),
ghci_script,
['1914.script'])
['T1914.script'])
test('2976', normal, ghci_script, ['2976.script'])
test('2816', normal, ghci_script, ['2816.script'])
test('T2976', normal, ghci_script, ['T2976.script'])
test('T2816', normal, ghci_script, ['T2816.script'])
test('T789', normal, ghci_script, ['T789.script'])
test('T3263', normal, ghci_script, ['T3263.script'])
test('4051', normal, ghci_script, ['4051.script'])
test('T4051', normal, ghci_script, ['T4051.script'])
test('T4087', normal, ghci_script, ['T4087.script'])
test('T4015', normal, ghci_script, ['T4015.script'])
test('T4127', normal, ghci_script, ['T4127.script'])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment