Chromium Code Reviews| Index: test/mjsunit/es6/completion.js |
| diff --git a/test/mjsunit/es6/completion.js b/test/mjsunit/es6/completion.js |
| index 755951442131820ba4b4888b13831e57d660f7e3..988e9709bb7a5c026823fbfd45b5bbeffb8cd73f 100644 |
| --- a/test/mjsunit/es6/completion.js |
| +++ b/test/mjsunit/es6/completion.js |
| @@ -2,8 +2,6 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| -// Flags: --harmony-sloppy-let |
| - |
| function assertUndef(x) { |
| assertEquals(undefined, x); |