Skip to content

Commit bb1ff11

Browse files
authored
[browser] Remove experimental args from NodeJS WBT runner (part2) (#113753)
1 parent c763a3c commit bb1ff11

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/mono/wasm/Wasm.Build.Tests/WasmSIMDTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ public void Build_NoAOT_ShouldNotRelink(BuildArgs buildArgs, RunHost host, strin
4141
Assert.DoesNotContain("Compiling native assets with emcc", output);
4242

4343
RunAndTestWasmApp(buildArgs,
44-
extraXHarnessArgs: host == RunHost.NodeJS ? "--engine-arg=--experimental-wasm-simd --engine-arg=--experimental-wasm-eh" : "",
4544
expectedExitCode: 42,
4645
test: output =>
4746
{

0 commit comments

Comments
 (0)