diff options
Diffstat (limited to 'src/test/run-make/wasm-custom-section/foo.js')
| -rw-r--r-- | src/test/run-make/wasm-custom-section/foo.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-make/wasm-custom-section/foo.js b/src/test/run-make/wasm-custom-section/foo.js index df69354f3a4..e7a4cfc344e 100644 --- a/src/test/run-make/wasm-custom-section/foo.js +++ b/src/test/run-make/wasm-custom-section/foo.js @@ -43,4 +43,4 @@ assert.strictEqual(section[1], 6); assert.strictEqual(section[2], 1); assert.strictEqual(section[3], 2); -process.exit(1); +process.exit(0); |
