Index: test/mjsunit/wasm/asm-wasm-stack.js |
diff --git a/test/mjsunit/wasm/asm-wasm-stack.js b/test/mjsunit/wasm/asm-wasm-stack.js |
index 1e991a2f59180a76c1a9b75fe9cba4c10dc1c1af..7246163e9c44ef2bbd4fa800e68bd631fab61344 100644 |
--- a/test/mjsunit/wasm/asm-wasm-stack.js |
+++ b/test/mjsunit/wasm/asm-wasm-stack.js |
@@ -137,8 +137,7 @@ function generateOverflowWasmFromAsmJs() { |
} catch (ex) { |
e = ex; |
} |
- // TODO(wasm): Re-enable the check once 673297 is fixed. |
- //assertInstanceof(e, RangeError, 'RangeError should have been thrown'); |
+ assertInstanceof(e, RangeError, 'RangeError should have been thrown'); |
checkTopFunctionsOnCallsites(e, [ |
['f', 124, 13], // -- |
['f', 126, 12], // -- |