summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail/all.T
diff options
context:
space:
mode:
authorCheng Shao <terrorjack@type.dance>2023-04-01 20:30:46 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2023-04-27 16:00:35 -0400
commitb174a1101289f2287d9194a229314badcb72ca1f (patch)
treedf0202923c85f535c50ab11c66c6b8b86312aabb /testsuite/tests/rename/should_fail/all.T
parentcb9336657ce885a6d7f8b4f3171fdf32f1e241b2 (diff)
downloadhaskell-b174a1101289f2287d9194a229314badcb72ca1f.tar.gz
testsuite: add missing annotations for some tests
This patch adds missing annotations (req_th, req_dynamic_lib_support, req_rts_linker) to some tests. They were discovered when testing wasm32, though it's better to be explicit about what features they require, rather than simply adding when(arch('wasm32'), skip).
Diffstat (limited to 'testsuite/tests/rename/should_fail/all.T')
-rw-r--r--testsuite/tests/rename/should_fail/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/rename/should_fail/all.T b/testsuite/tests/rename/should_fail/all.T
index 8d3029bd06..53f6028f9c 100644
--- a/testsuite/tests/rename/should_fail/all.T
+++ b/testsuite/tests/rename/should_fail/all.T
@@ -188,7 +188,7 @@ test('T21605b', normal, compile_fail, [''])
test('T21605c', normal, compile_fail, [''])
test('T21605d', normal, compile_fail, [''])
test('T22839', normal, compile_fail, [''])
-test('RnPatternSynonymFail', js_broken(22261), compile_fail, [''])
+test('RnPatternSynonymFail', [js_broken(22261), req_th], compile_fail, [''])
test('RnMultipleFixityFail', normal, compile_fail, [''])
test('RnEmptyCaseFail', normal, compile_fail, [''])
test('RnDefaultSigFail', normal, compile_fail, [''])