summaryrefslogtreecommitdiff
path: root/test/built-ins/decodeURI/S15.1.3.1_A2.1_T1.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/decodeURI/S15.1.3.1_A2.1_T1.js')
-rw-r--r--test/built-ins/decodeURI/S15.1.3.1_A2.1_T1.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/decodeURI/S15.1.3.1_A2.1_T1.js b/test/built-ins/decodeURI/S15.1.3.1_A2.1_T1.js
index 642313140..477ef8460 100644
--- a/test/built-ins/decodeURI/S15.1.3.1_A2.1_T1.js
+++ b/test/built-ins/decodeURI/S15.1.3.1_A2.1_T1.js
@@ -22,7 +22,7 @@ for (var indexI = 0; indexI <= 65535; indexI++) {
$ERROR('#' + hex + ' ');
errorCount++;
}
- } catch (e) {
+ } catch (e){
$ERROR('#' + hex + ' ');
errorCount++;
}