From dc243639fccb64920726dc3097f4829f8659b62d Mon Sep 17 00:00:00 2001 From: Brent Baker <brbaker@adobe.com> Date: Thu, 6 Jun 2013 08:07:36 -0400 Subject: [PATCH] Bug 1129: Move RegExp.prototype.compile into annexB --- .../15.2.3.3-4-164.js => annexB/B.RegExp.prototype.compile.js} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename test/suite/{ch15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-164.js => annexB/B.RegExp.prototype.compile.js} (91%) 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 similarity index 91% rename from test/suite/ch15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-164.js rename to test/suite/annexB/B.RegExp.prototype.compile.js index e17c867ebc..1be3e70c9b 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) */ -- GitLab