summaryrefslogtreecommitdiff
path: root/testsuite/tests/simplCore
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/simplCore
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/simplCore')
-rw-r--r--testsuite/tests/simplCore/should_compile/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/simplCore/should_compile/all.T b/testsuite/tests/simplCore/should_compile/all.T
index f0b361b3f8..13a8602bb7 100644
--- a/testsuite/tests/simplCore/should_compile/all.T
+++ b/testsuite/tests/simplCore/should_compile/all.T
@@ -74,7 +74,7 @@ test('T4201',
test('T3772',
# only_ways(['optasm']),
- extra_clean(['T3772_A.hi', 'T3772_A.o']),
+ normal,
makefile_test, ['T3772'])
test('EvalTest',