summaryrefslogtreecommitdiff
path: root/testsuite/tests/overloadedrecflds/should_fail/all.T
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/overloadedrecflds/should_fail/all.T')
-rw-r--r--testsuite/tests/overloadedrecflds/should_fail/all.T3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/tests/overloadedrecflds/should_fail/all.T b/testsuite/tests/overloadedrecflds/should_fail/all.T
index 5463be7006..92ff1f0015 100644
--- a/testsuite/tests/overloadedrecflds/should_fail/all.T
+++ b/testsuite/tests/overloadedrecflds/should_fail/all.T
@@ -29,3 +29,6 @@ test('hasfieldfail01', extra_files(['HasFieldFail01_A.hs']),
multimod_compile_fail, ['hasfieldfail01', ''])
test('hasfieldfail02', normal, compile_fail, [''])
test('hasfieldfail03', normal, compile_fail, [''])
+test('T14953', [extra_files(['T14953_A.hs', 'T14953_B.hs'])],
+ multimod_compile_fail, ['T14953', ''])
+test('DuplicateExports', normal, compile_fail, [''])