Chromium Code Reviews| Index: test/mjsunit/modules-preparse.js |
| diff --git a/test/mjsunit/modules-preparse.js b/test/mjsunit/modules-preparse.js |
| index 6006ab23063fc57f68f67183d489ce7fd344de91..d5922bb1aa4a5ccceef627e6e1f2fb3460a451db 100644 |
| --- a/test/mjsunit/modules-preparse.js |
| +++ b/test/mjsunit/modules-preparse.js |
| @@ -3,7 +3,6 @@ |
| // found in the LICENSE file. |
| // |
| // MODULE |
| -// Flags: --min-preparse-length=0 |
| let foo = 42; |
| function testFoo(x) { assertEquals(x, foo); } |