Index: test/mjsunit/es6/templates.js |
diff --git a/test/mjsunit/es6/templates.js b/test/mjsunit/es6/templates.js |
index feb7364613db9391665f72700ea0608071945674..621b06074eeaf7c838c09057fea935484a175fe0 100644 |
--- a/test/mjsunit/es6/templates.js |
+++ b/test/mjsunit/es6/templates.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-unicode |
- |
var num = 5; |
var str = "str"; |
function fn() { return "result"; } |