Index: test/mjsunit/global-deleted-property-keyed.js |
diff --git a/test/mjsunit/global-deleted-property-keyed.js b/test/mjsunit/global-deleted-property-keyed.js |
index dba3a4d4057c93f4d73ae156be9c08c0c6269e8d..f6aab4da4aa82881d9af1d535a16a294f5ac410c 100644 |
--- a/test/mjsunit/global-deleted-property-keyed.js |
+++ b/test/mjsunit/global-deleted-property-keyed.js |
@@ -26,7 +26,7 @@ |
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
-// Flags: --expose-natives_as natives |
+// Flags: --expose-natives-as natives |
// Test keyed access to deleted property in a global object without access checks. |
// Regression test that exposed the_hole value from Runtime_KeyedGetPoperty. |
Jakob Kummerow
2015/05/12 08:05:04
nit: while you're here, fix the poperty.
|