summaryrefslogtreecommitdiff
path: root/test/built-ins/Array/prototype/splice
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/Array/prototype/splice')
-rw-r--r--test/built-ins/Array/prototype/splice/create-proto-from-ctor-realm-array.js2
-rw-r--r--test/built-ins/Array/prototype/splice/create-proto-from-ctor-realm-non-array.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/built-ins/Array/prototype/splice/create-proto-from-ctor-realm-array.js b/test/built-ins/Array/prototype/splice/create-proto-from-ctor-realm-array.js
index cce3c7254..ff39804ea 100644
--- a/test/built-ins/Array/prototype/splice/create-proto-from-ctor-realm-array.js
+++ b/test/built-ins/Array/prototype/splice/create-proto-from-ctor-realm-array.js
@@ -25,7 +25,7 @@ info: |
var array = [];
var callCount = 0;
-var OArray = $.createRealm().global.Array;
+var OArray = $262.createRealm().global.Array;
var speciesDesc = {
get: function() {
callCount += 1;
diff --git a/test/built-ins/Array/prototype/splice/create-proto-from-ctor-realm-non-array.js b/test/built-ins/Array/prototype/splice/create-proto-from-ctor-realm-non-array.js
index e39afb789..fea6a06ae 100644
--- a/test/built-ins/Array/prototype/splice/create-proto-from-ctor-realm-non-array.js
+++ b/test/built-ins/Array/prototype/splice/create-proto-from-ctor-realm-non-array.js
@@ -26,7 +26,7 @@ info: |
var array = [];
var callCount = 0;
var CustomCtor = function() {};
-var OObject = $.createRealm().global.Object;
+var OObject = $262.createRealm().global.Object;
var speciesDesc = {
get: function() {
callCount += 1;