diff --git a/compileruntime/process_lib_standard/src/main/js/test/Process.test.js b/compileruntime/process_lib_standard/src/main/js/test/Process.test.js index b312c46fc7394aeb38679fb9ca864a019d4969ba..9c24724ad7989cb06c8d7a6e055048b118cd81b7 100644 --- a/compileruntime/process_lib_standard/src/main/js/test/Process.test.js +++ b/compileruntime/process_lib_standard/src/main/js/test/Process.test.js @@ -2114,7 +2114,6 @@ describe('ChildProcessTest', function () { if(pri) { var flag = true -// var flag = new Boolean(true) expect(flag).assertEqual(true) } })