Changed order of count check.

This commit is contained in:
Daniel Rosenwasser 2014-09-17 18:12:16 -07:00
parent e3077e34b7
commit ad12b8bf76

View File

@ -27,7 +27,6 @@
//// export var {| "itemName": "x", "kind": "var" |}x = 3;
//// }
verify.getScriptLexicalStructureListCount(12);
test.markers().forEach(marker => {
if (marker.data) {
verify.getScriptLexicalStructureListContains(
@ -39,3 +38,4 @@ test.markers().forEach(marker => {
marker.position);
}
});
verify.getScriptLexicalStructureListCount(12);