Index: test/mjsunit/harmony/disable-harmony-string.js |
diff --git a/test/mjsunit/harmony/disable-harmony-string.js b/test/mjsunit/harmony/disable-harmony-string.js |
deleted file mode 100644 |
index 0b88ae0be9a978149e04a78dbe90fa801c427428..0000000000000000000000000000000000000000 |
--- a/test/mjsunit/harmony/disable-harmony-string.js |
+++ /dev/null |
@@ -1,7 +0,0 @@ |
-// Copyright 2014 the V8 project authors. All rights reserved. |
-// Use of this source code is governed by a BSD-style license that can be |
-// found in the LICENSE file. |
- |
-// Flags: --noharmony-strings |
- |
-assertEquals(undefined, String.prototype.includes); |