summaryrefslogtreecommitdiff
path: root/testsuite/tests/overloadedrecflds
diff options
context:
space:
mode:
authorReid Barton <rwbarton@gmail.com>2017-02-24 20:56:19 -0500
committerBen Gamari <ben@smart-cactus.org>2017-02-26 17:30:44 -0500
commit98119f5a5224d321a1765f262c8c76dfd1b8ed35 (patch)
tree2ab3db7664a092bfbf6af82a26fb50799695f7d7 /testsuite/tests/overloadedrecflds
parent8bb63c2e982a12ad5f436320948e23a718069a4f (diff)
downloadhaskell-98119f5a5224d321a1765f262c8c76dfd1b8ed35.tar.gz
tests: manually move some extra_files into *.T files
Some of the *.T files were in libraries/hpc, so this contains an update to that submodule.
Diffstat (limited to 'testsuite/tests/overloadedrecflds')
-rw-r--r--testsuite/tests/overloadedrecflds/should_fail/all.T3
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuite/tests/overloadedrecflds/should_fail/all.T b/testsuite/tests/overloadedrecflds/should_fail/all.T
index 98f16a056b..2b0b5927a5 100644
--- a/testsuite/tests/overloadedrecflds/should_fail/all.T
+++ b/testsuite/tests/overloadedrecflds/should_fail/all.T
@@ -25,8 +25,7 @@ test('T11167_ambiguous_fixity', [], multimod_compile_fail,
['T11167_ambiguous_fixity', ''])
test('T13132_duplicaterecflds', normal, compile_fail, [''])
test('NoParent', normal, compile_fail, [''])
-test('hasfieldfail01',
- extra_clean(['HasFieldFail01_A.hi', 'HasFieldFail01_A.o']),
+test('hasfieldfail01', extra_files(['HasFieldFail01_A.hs']),
multimod_compile_fail, ['hasfieldfail01', ''])
test('hasfieldfail02', normal, compile_fail, [''])
test('hasfieldfail03', normal, compile_fail, [''])