aboutsummaryrefslogtreecommitdiffstats
path: root/test/built-ins/String/prototype/concat/S15.5.4.6_A7.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/String/prototype/concat/S15.5.4.6_A7.js')
-rw-r--r--test/built-ins/String/prototype/concat/S15.5.4.6_A7.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/String/prototype/concat/S15.5.4.6_A7.js b/test/built-ins/String/prototype/concat/S15.5.4.6_A7.js
index bfb422a43..9ff301ab0 100644
--- a/test/built-ins/String/prototype/concat/S15.5.4.6_A7.js
+++ b/test/built-ins/String/prototype/concat/S15.5.4.6_A7.js
@@ -13,5 +13,5 @@ try {
var __instance = new __FACTORY;
$ERROR('#1: __FACTORY = String.prototype.concat; "__instance = new __FACTORY" lead throwing exception');
} catch (e) {
- if (e instanceof Test262Error) throw e;
+ if (e instanceof Test262Error) throw e;
}