summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/T8602/T8602.T
diff options
context:
space:
mode:
authorKrzysztof Gogolewski <krzysztof.gogolewski@tweag.io>2022-03-18 20:33:44 +0100
committerKrzysztof Gogolewski <krzysztof.gogolewski@tweag.io>2022-03-30 21:19:41 +0200
commit8bad5bf2b2936135dacee1385acbf66e95208e65 (patch)
treea5db89c6b8c4a4bda22144af7f90c956b54ca70d /testsuite/tests/driver/T8602/T8602.T
parent21894a6318e0daffa0e34041855c3c73ad1f5b6f (diff)
downloadhaskell-8bad5bf2b2936135dacee1385acbf66e95208e65.tar.gz
Minor cleanupwip/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/driver/T8602/T8602.T')
-rw-r--r--testsuite/tests/driver/T8602/T8602.T1
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuite/tests/driver/T8602/T8602.T b/testsuite/tests/driver/T8602/T8602.T
index 007b8ddc42..67e7b7e50e 100644
--- a/testsuite/tests/driver/T8602/T8602.T
+++ b/testsuite/tests/driver/T8602/T8602.T
@@ -1,6 +1,5 @@
test('T8602',
[extra_files(['A.hs']),
- extra_clean(['t8602.sh']),
# Windows runs the preprocessor using runInteractiveProcess and can't
# properly run the generated shell script as a result, since it can't
# recognize e.g. a shebang or anything.