Index: test/mjsunit/runtime-gen/typeof.js |
diff --git a/test/mjsunit/runtime-gen/typeof.js b/test/mjsunit/runtime-gen/typeof.js |
index cf8297cd39af4ed3502e395009ae39bce7c92084..78bfa6ea2cc4c9e76048ce42f8b9ee54e2aba746 100644 |
--- a/test/mjsunit/runtime-gen/typeof.js |
+++ b/test/mjsunit/runtime-gen/typeof.js |
@@ -1,5 +1,5 @@ |
// Copyright 2014 the V8 project authors. All rights reserved. |
// AUTO-GENERATED BY tools/generate-runtime-tests.py, DO NOT MODIFY |
-// Flags: --allow-natives-syntax --harmony |
+// Flags: --allow-natives-syntax --harmony --harmony-proxies |
var _obj = new Object(); |
%Typeof(_obj); |