소스 검색

Fixed wasm test that was failing in linux due to filepath

wyrichte 7 년 전
부모
커밋
32caa18e11
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      test/wasm/limits.js

+ 1 - 1
test/wasm/limits.js

@@ -283,7 +283,7 @@ const tests = [
   // todo:: test MaxBrTableElems
 ];
 
-WScript.LoadScriptFile("../UnitTestFrameWork/yargs.js");
+WScript.LoadScriptFile("../UnitTestFramework/yargs.js");
 const argv = yargsParse(WScript.Arguments, {
   boolean: ["valid", "invalid", "verbose"],
   number: ["start", "end"],