From 592bf451b225d38d1220b7d6e9da1163839f71c1 Mon Sep 17 00:00:00 2001 From: Brent Baker Date: Wed, 5 Jun 2013 08:00:44 -0400 Subject: [PATCH] Bug 1131: Move String.prototype.substr into annexB --- .../15.2/15.2.3/15.2.3.3/15.2.3.3-4-74.js => annexB/B.2.3.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-74.js => annexB/B.2.3.js} (91%) 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 similarity index 91% rename from test/suite/ch15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-74.js rename to test/suite/annexB/B.2.3.js index cd3cb231ec..538cc16fc3 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) */