diff options
author | Krzysztof Gogolewski <krzysztof.gogolewski@tweag.io> | 2020-10-05 17:10:26 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-10-07 15:04:07 -0400 |
commit | e91ddddd714b22df2569681fb033fbb151ec7e6b (patch) | |
tree | cf8b2f5490ef2bd31083d4c7472740b3b7b95481 /testsuite/tests/concurrent/prog001/all.T | |
parent | a94db588db5e2983112301e94b2133b5a3f03875 (diff) | |
download | haskell-e91ddddd714b22df2569681fb033fbb151ec7e6b.tar.gz |
Misc cleanup
* Include funTyCon in exposedPrimTyCons.
Every single place using exposedPrimTyCons was adding funTyCon
manually.
* Remove unused synTyConResKind and ieLWrappedName
* Add recordSelectorTyCon_maybe
* In exprType, panic instead of giving a trace message and dummy output.
This prevents #18767 reoccurring.
* Fix compilation error in fragile concprog001 test (part of #18732)
Diffstat (limited to 'testsuite/tests/concurrent/prog001/all.T')
-rw-r--r-- | testsuite/tests/concurrent/prog001/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/concurrent/prog001/all.T b/testsuite/tests/concurrent/prog001/all.T index 0b73b3d5ad..39327b0a85 100644 --- a/testsuite/tests/concurrent/prog001/all.T +++ b/testsuite/tests/concurrent/prog001/all.T @@ -16,4 +16,4 @@ test('concprog001', [extra_files(['Arithmetic.hs', 'Converter.hs', 'Mult.hs', 'S when(fast(), skip), only_ways(['threaded2']), fragile(16604), run_timeout_multiplier(2)], - multimod_compile_and_run, ['Mult', '-package ghc']) + multimod_compile_and_run, ['Mult', '']) |