Skip to content
Snippets Groups Projects
Commit a3c451be authored by Roland Senn's avatar Roland Senn Committed by Marge Bot
Browse files

Remove redundant test case print036.

The test case `print036` was marked `broken` by #9046. Issue #9046 is a duplicate of #12449.
However the test case `T12449` contains several test that are similar to those in `print036`.
Hence test case `print036` is redundant and can be deleted.
parent 66834286
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,6 @@ test('print032', extra_files(['print029.hs']), ghci_script, ['print032.script'])
test('print033', normal, ghci_script, ['print033.script'])
test('print034', extra_files(['../GADT.hs', '../Test.hs']), ghci_script, ['print034.script'])
test('print035', extra_files(['../Unboxed.hs']), ghci_script, ['print035.script'])
test('print036', expect_broken(9046), ghci_script, ['print036.script'])
test('print037', when(llvm_build(),
fragile_for(16205, ['ghci-ext']))
, ghci_script
......
:print read
:t _t1
read = (_t1::Read a => String -> a)
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