summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Baker <brbaker@adobe.com>2013-06-06 08:07:36 -0400
committerBrent Baker <brbaker@adobe.com>2013-06-06 08:07:36 -0400
commit6cb257da1427533ba4915bd6f398fa6636ae31e2 (patch)
treebdf95dae9af5c0d550d3d8a118a98b9401d1cd09
parentb562721e1db541d31659fa5fa529ea3b3ca10b88 (diff)
downloadtest262-6cb257da1427533ba4915bd6f398fa6636ae31e2.tar.gz
Bug 1129: Move RegExp.prototype.compile into annexB
--HG-- rename : test/suite/ch15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-164.js => test/suite/annexB/B.RegExp.prototype.compile.js
-rw-r--r--test/suite/annexB/B.RegExp.prototype.compile.js (renamed from test/suite/ch15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-164.js)2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite/ch15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-164.js b/test/suite/annexB/B.RegExp.prototype.compile.js
index e17c867eb..1be3e70c9 100644
--- a/test/suite/ch15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-164.js
+++ b/test/suite/annexB/B.RegExp.prototype.compile.js
@@ -4,7 +4,7 @@
/// "Use Terms"). Any redistribution of this code must retain the above
/// copyright and this notice and otherwise comply with the Use Terms.
/**
- * @path ch15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-164.js
+ * @path test/suite/annexB/B.RegExp.prototype.compile.js
* @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (RegExp.prototype.compile)
*/