From 3a6c328f00dca3b957e0565907e0bebb97b98620 Mon Sep 17 00:00:00 2001 From: Cyrus Najmabadi Date: Sun, 5 Oct 2014 21:58:37 -0700 Subject: [PATCH] Update tests. --- tests/cases/fourslash/scriptLexicalStructureFunctionsBroken.ts | 2 +- tests/cases/fourslash/scriptLexicalStructureFunctionsBroken2.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/cases/fourslash/scriptLexicalStructureFunctionsBroken.ts b/tests/cases/fourslash/scriptLexicalStructureFunctionsBroken.ts index 7b28acf22a5..f8d5f0bf27a 100644 --- a/tests/cases/fourslash/scriptLexicalStructureFunctionsBroken.ts +++ b/tests/cases/fourslash/scriptLexicalStructureFunctionsBroken.ts @@ -9,4 +9,4 @@ test.markers().forEach((marker) => { verify.getScriptLexicalStructureListContains(marker.data.itemName, marker.data.kind, marker.fileName, marker.data.parentName); }); -verify.getScriptLexicalStructureListCount(3); // , 'f' in the top level list, and 'f' as a child of '' +verify.getScriptLexicalStructureListCount(2); // and 'f'. \ No newline at end of file diff --git a/tests/cases/fourslash/scriptLexicalStructureFunctionsBroken2.ts b/tests/cases/fourslash/scriptLexicalStructureFunctionsBroken2.ts index 155de5dfc9e..cab6a055a5b 100644 --- a/tests/cases/fourslash/scriptLexicalStructureFunctionsBroken2.ts +++ b/tests/cases/fourslash/scriptLexicalStructureFunctionsBroken2.ts @@ -10,4 +10,4 @@ test.markers().forEach((marker) => { verify.getScriptLexicalStructureListContains(marker.data.itemName, marker.data.kind, marker.fileName, marker.data.parentName); }); -verify.getScriptLexicalStructureListCount(3); // and 'f' as a child of 'global' and as as top level function. \ No newline at end of file +verify.getScriptLexicalStructureListCount(2); // and 'f' \ No newline at end of file