aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite/sputnik/Conformance/12_Statement/12.1_Block/S12.1_A1.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/sputnik/Conformance/12_Statement/12.1_Block/S12.1_A1.js')
-rw-r--r--test/suite/sputnik/Conformance/12_Statement/12.1_Block/S12.1_A1.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/suite/sputnik/Conformance/12_Statement/12.1_Block/S12.1_A1.js b/test/suite/sputnik/Conformance/12_Statement/12.1_Block/S12.1_A1.js
index b45d89eeb..a6e615888 100644
--- a/test/suite/sputnik/Conformance/12_Statement/12.1_Block/S12.1_A1.js
+++ b/test/suite/sputnik/Conformance/12_Statement/12.1_Block/S12.1_A1.js
@@ -6,7 +6,8 @@
* @section: 12.1;
* @assertion: The production Block { } in strict code can't contain function declaration;
* @description: Trying to declare function at the Block statement;
-* @negative SyntaxError;
+* @negative
+* @errortype: SyntaxError;
*/
"use strict";