diff options
author | Roland Senn <rsx@bluewin.ch> | 2021-07-01 11:50:57 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-07-01 16:05:21 -0400 |
commit | a3c451beefadc8018c1987f8f66c760671bb66ff (patch) | |
tree | fee78cecc63a5bc99a17cb20c8a399394ec5f1f3 | |
parent | 66834286d0950a0ea9b907891346dfac0ff0ad55 (diff) | |
download | haskell-a3c451beefadc8018c1987f8f66c760671bb66ff.tar.gz |
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.
-rw-r--r-- | testsuite/tests/ghci.debugger/scripts/all.T | 1 | ||||
-rw-r--r-- | testsuite/tests/ghci.debugger/scripts/print036.script | 2 | ||||
-rw-r--r-- | testsuite/tests/ghci.debugger/scripts/print036.stdout | 1 |
3 files changed, 0 insertions, 4 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/all.T b/testsuite/tests/ghci.debugger/scripts/all.T index 42f7fa1c2c..dd68cb3c9f 100644 --- a/testsuite/tests/ghci.debugger/scripts/all.T +++ b/testsuite/tests/ghci.debugger/scripts/all.T @@ -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 diff --git a/testsuite/tests/ghci.debugger/scripts/print036.script b/testsuite/tests/ghci.debugger/scripts/print036.script deleted file mode 100644 index 9c51a2b74a..0000000000 --- a/testsuite/tests/ghci.debugger/scripts/print036.script +++ /dev/null @@ -1,2 +0,0 @@ -:print read -:t _t1 diff --git a/testsuite/tests/ghci.debugger/scripts/print036.stdout b/testsuite/tests/ghci.debugger/scripts/print036.stdout deleted file mode 100644 index b9862354ab..0000000000 --- a/testsuite/tests/ghci.debugger/scripts/print036.stdout +++ /dev/null @@ -1 +0,0 @@ -read = (_t1::Read a => String -> a) |