summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Baker <brbaker@adobe.com>2013-06-05 08:00:44 -0400
committerBrent Baker <brbaker@adobe.com>2013-06-05 08:00:44 -0400
commit728cd968089840cb61b916ba2bcb1e25ceeae1cd (patch)
tree17576c0c94a236c5c61cba20dab26fe146ccebe9
parent6cb257da1427533ba4915bd6f398fa6636ae31e2 (diff)
downloadtest262-728cd968089840cb61b916ba2bcb1e25ceeae1cd.tar.gz
Bug 1131: Move String.prototype.substr into annexB
--HG-- rename : test/suite/ch15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-74.js => test/suite/annexB/B.2.3.js
-rw-r--r--test/suite/annexB/B.2.3.js (renamed from test/suite/ch15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-74.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-74.js b/test/suite/annexB/B.2.3.js
index cd3cb231e..538cc16fc 100644
--- a/test/suite/ch15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-74.js
+++ b/test/suite/annexB/B.2.3.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-74.js
+ * @path annexB/B.2.3.js
* @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (String.prototype.substr)
*/