| Index: test/message/no-legacy-const.js
 | 
| diff --git a/test/message/no-legacy-const.js b/test/message/no-legacy-const.js
 | 
| index ecad2181b889f74d20a2cb8f943e05dd53e38ede..d9a716b3a8831b7a8f47866f2debcd09a2384f70 100644
 | 
| --- a/test/message/no-legacy-const.js
 | 
| +++ b/test/message/no-legacy-const.js
 | 
| @@ -2,6 +2,7 @@
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  //
 | 
| -// Flags: --no-legacy-const
 | 
| +// Flags: --no-legacy-const --no-harmony-sloppy --no-harmony-sloppy-let
 | 
| +// Flags: --no-harmony-sloppy-function
 | 
|  
 | 
|  const x = 42;
 | 
| 
 |