Skip to content

Commit 3d8465b

Browse files
committed
[MERGE #6070 @wyrichte] Fixed wasm test that was failing in linux due to filepath
Merge pull request #6070 from wyrichte:wasm_test_update
2 parents 9f762f0 + 32caa18 commit 3d8465b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/wasm/limits.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ const tests = [
283283
// todo:: test MaxBrTableElems
284284
];
285285

286-
WScript.LoadScriptFile("../UnitTestFrameWork/yargs.js");
286+
WScript.LoadScriptFile("../UnitTestFramework/yargs.js");
287287
const argv = yargsParse(WScript.Arguments, {
288288
boolean: ["valid", "invalid", "verbose"],
289289
number: ["start", "end"],

0 commit comments

Comments
 (0)