Index: test/mjsunit/harmony/proxies.js |
diff --git a/test/mjsunit/harmony/proxies.js b/test/mjsunit/harmony/proxies.js |
index f1d37b445a9fc866375f1f9ccba9426c6f0e3b57..e49ea7fab8c304831523e1b926a32e83b46df296 100644 |
--- a/test/mjsunit/harmony/proxies.js |
+++ b/test/mjsunit/harmony/proxies.js |
@@ -1310,7 +1310,7 @@ function TestDescriptorGetOrder(handler) { |
TestDescriptorGetOrder2(function(n) { return p[n] }, "vV") |
TestDescriptorGetOrder2(function(n) { return n in p }, "") |
TestDescriptorGetOrder2(function(n) { return o[n] }, "vV") |
- TestDescriptorGetOrder2(function(n) { return n in o }, "eEcCvVwWgs") |
+ TestDescriptorGetOrder2(function(n) { return n in o }, "") |
} |
function TestDescriptorGetOrder2(f, access) { |