Skip to content

Commit 8e04867

Browse files
TerrorJackMarge Bot
authored andcommitted
testsuite: T22774 should work for wasm JSFFI
T22774 works since the wasm backend now supports the JSFFI feature.
1 parent c47ba1c commit 8e04867

File tree

1 file changed

+1
-2
lines changed
  • testsuite/tests/ffi/should_compile

1 file changed

+1
-2
lines changed

testsuite/tests/ffi/should_compile/all.T

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ test(
4545
test('T15531', normal, compile, ['-Wall'])
4646
test('T22043', normal, compile, [''])
4747

48-
test('T22774', unless(js_arch(), expect_fail), compile, [''])
48+
test('T22774', unless(js_arch() or arch('wasm32'), expect_fail), compile, [''])
4949

5050
test('T24034', normal, compile, [''])
51-

0 commit comments

Comments
 (0)