summaryrefslogtreecommitdiff
path: root/test/built-ins/Array/prototype/splice
diff options
context:
space:
mode:
authorRick Waldron <waldron.rick@gmail.com>2017-03-01 16:34:15 -0500
committerLeo Balter <leonardo.balter@gmail.com>2017-03-01 16:34:15 -0500
commitfdd2fa9b1c2f64a2a376556af9f2cb3b90373937 (patch)
tree094ed6947df519bc8fe05e3d5d9c7ae8d55d0260 /test/built-ins/Array/prototype/splice
parent58b326f0c4c96a1433e9763e68b0e03ff29d1974 (diff)
downloadqtdeclarative-testsuites-fdd2fa9b1c2f64a2a376556af9f2cb3b90373937.tar.gz
Rename $ => $262. Fixes gh-802 (#823)
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
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;