diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2016-02-15 23:31:58 +0100 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2016-02-16 13:19:26 +0100 |
commit | d066e68792bd1f3b6c4ce8626872aa78cc5179c1 (patch) | |
tree | aebb2916af87e8669c7da06b61e17fcb8e01f1f6 /testsuite/tests/partial-sigs/should_compile | |
parent | ed69b215018fb34d70ed8e11166ce970ff6bfe74 (diff) | |
download | haskell-d066e68792bd1f3b6c4ce8626872aa78cc5179c1.tar.gz |
Testsuite: delete only_compiler_types, assume ghc
Update submodules stm, hpc and unix.
Differential Revision: https://phabricator.haskell.org/D1921
Diffstat (limited to 'testsuite/tests/partial-sigs/should_compile')
-rw-r--r-- | testsuite/tests/partial-sigs/should_compile/all.T | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuite/tests/partial-sigs/should_compile/all.T b/testsuite/tests/partial-sigs/should_compile/all.T index 2d600a6f5e..0f5f7d94b2 100644 --- a/testsuite/tests/partial-sigs/should_compile/all.T +++ b/testsuite/tests/partial-sigs/should_compile/all.T @@ -51,8 +51,7 @@ test('TypeFamilyInstanceLHS', normal, compile, ['-ddump-types -fno-warn-partial- test('Uncurry', normal, compile, ['-ddump-types -fno-warn-partial-type-signatures']) test('UncurryNamed', normal, compile, ['-ddump-types -fno-warn-partial-type-signatures']) test('WarningWildcardInstantiations', normal, compile, ['-ddump-types']) -test('SplicesUsed', [req_interp, only_compiler_types(['ghc']), - extra_clean(['Splices.o', 'Splices.hi'])], +test('SplicesUsed', [req_interp, extra_clean(['Splices.o', 'Splices.hi'])], multimod_compile, ['SplicesUsed', config.ghc_th_way_flags]) test('TypedSplice', [req_interp, normal], compile, ['']) test('T10403', normal, compile, ['']) |