summaryrefslogtreecommitdiff
path: root/test/built-ins/Error
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/Error
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/Error')
-rw-r--r--test/built-ins/Error/proto-from-ctor-realm.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/Error/proto-from-ctor-realm.js b/test/built-ins/Error/proto-from-ctor-realm.js
index ddb87e650..d4d641fcb 100644
--- a/test/built-ins/Error/proto-from-ctor-realm.js
+++ b/test/built-ins/Error/proto-from-ctor-realm.js
@@ -21,7 +21,7 @@ info: |
features: [Reflect]
---*/
-var other = $.createRealm().global;
+var other = $262.createRealm().global;
var C = new other.Function();
C.prototype = null;