Chromium Code Reviews| Index: test/mjsunit/wasm/table.js |
| diff --git a/test/mjsunit/wasm/table.js b/test/mjsunit/wasm/table.js |
| index 0275bc05225c70e5be65032b6e0f0053b5c27cfb..c244fac9120f08ddb042718f1d2d7a81d8aacf18 100644 |
| --- a/test/mjsunit/wasm/table.js |
| +++ b/test/mjsunit/wasm/table.js |
| @@ -4,6 +4,8 @@ |
| // Flags: --expose-wasm |
| +'use strict'; |
| + |
| // Basic tests. |
| var outOfUint32RangeValue = 1e12; |