summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci
diff options
context:
space:
mode:
authorKrzysztof Gogolewski <krzysztof.gogolewski@tweag.io>2022-03-18 20:33:44 +0100
committerMatthew Pickering <matthewtpickering@gmail.com>2022-04-01 11:03:16 +0100
commit8334ff9e5de48361e8fde3fdacb4523857c366b7 (patch)
treece44d60b6bff743b1f243977b1c19a976e3d8174 /testsuite/tests/ghci
parent5df9f5e732a1086c66ad391e581f55b9d3e3712c (diff)
downloadhaskell-8334ff9e5de48361e8fde3fdacb4523857c366b7.tar.gz
Minor cleanup
- Remove unused functions exprToCoercion_maybe, applyTypeToArg, typeMonoPrimRep_maybe, runtimeRepMonoPrimRep_maybe. - Replace orValid with a simpler check - Use splitAtList in applyTysX - Remove calls to extra_clean in the testsuite; it does not do anything. Metric Decrease: T18223
Diffstat (limited to 'testsuite/tests/ghci')
-rw-r--r--testsuite/tests/ghci/linking/all.T6
1 files changed, 2 insertions, 4 deletions
diff --git a/testsuite/tests/ghci/linking/all.T b/testsuite/tests/ghci/linking/all.T
index 574ff9308c..40d79cbc09 100644
--- a/testsuite/tests/ghci/linking/all.T
+++ b/testsuite/tests/ghci/linking/all.T
@@ -1,8 +1,7 @@
test('ghcilink001',
[extra_files(['TestLink.hs', 'f.c']),
when(ghc_dynamic(), expect_fail), # dynamic ghci can't load '.a's
- unless(doing_ghci, skip),
- extra_clean(['dir001/*','dir001'])],
+ unless(doing_ghci, skip)],
makefile_test, ['ghcilink001'])
test('ghcilink002', [extra_files(['TestLink.hs', 'f.c']),
@@ -62,8 +61,7 @@ test('T11531',
test('T14708',
[extra_files(['T14708.hs', 'add.c']),
unless(doing_ghci, skip),
- unless(ghc_dynamic(), skip),
- extra_clean(['T14708scratch/*', 'T14708'])],
+ unless(ghc_dynamic(), skip)],
makefile_test, ['T14708'])
test('T15729',