Index: test/mjsunit/harmony/exponentiation-operator.js |
diff --git a/test/mjsunit/harmony/exponentiation-operator.js b/test/mjsunit/harmony/exponentiation-operator.js |
index 1c0c6a9cb1470945c36ebd9c5787d3481b2fdbac..543e1046c9946c0efa7f5600f484d220600a4f3e 100644 |
--- a/test/mjsunit/harmony/exponentiation-operator.js |
+++ b/test/mjsunit/harmony/exponentiation-operator.js |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-// Flags: --harmony-exponentiation-operator --harmony-proxies |
+// Flags: --harmony-exponentiation-operator |
function TestBasic() { |
assertEquals(-(8 ** 2), -64); |