Skip to content

Commit 3a6c328

Browse files
Update tests.
1 parent 7222963 commit 3a6c328

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/cases/fourslash/scriptLexicalStructureFunctionsBroken.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ test.markers().forEach((marker) => {
99
verify.getScriptLexicalStructureListContains(marker.data.itemName, marker.data.kind, marker.fileName, marker.data.parentName);
1010
});
1111

12-
verify.getScriptLexicalStructureListCount(3); // <global>, 'f' in the top level list, and 'f' as a child of '<global>'
12+
verify.getScriptLexicalStructureListCount(2); // <global> and 'f'.

tests/cases/fourslash/scriptLexicalStructureFunctionsBroken2.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ test.markers().forEach((marker) => {
1010
verify.getScriptLexicalStructureListContains(marker.data.itemName, marker.data.kind, marker.fileName, marker.data.parentName);
1111
});
1212

13-
verify.getScriptLexicalStructureListCount(3); // <global> and 'f' as a child of 'global' and as as top level function.
13+
verify.getScriptLexicalStructureListCount(2); // <global> and 'f'

0 commit comments

Comments
 (0)