From bef4e8d58e8ce09bd6629d6e302edcb0f0cf7db0 Mon Sep 17 00:00:00 2001 From: Yui T Date: Mon, 17 Aug 2015 22:04:54 -0700 Subject: [PATCH] remove commented test --- .../fourslash/completionListInTypeParameterOfTypeAlias1.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/cases/fourslash/completionListInTypeParameterOfTypeAlias1.ts b/tests/cases/fourslash/completionListInTypeParameterOfTypeAlias1.ts index ec20cdb409f..e6017eedbfc 100644 --- a/tests/cases/fourslash/completionListInTypeParameterOfTypeAlias1.ts +++ b/tests/cases/fourslash/completionListInTypeParameterOfTypeAlias1.ts @@ -5,13 +5,12 @@ ////type List4 = /*2*/T[]; ////type List3 = /*3*/; -/*goTo.marker("0"); +goTo.marker("0"); verify.completionListIsEmpty(); goTo.marker("1"); verify.not.completionListIsEmpty(); goTo.marker("2"); verify.completionListContains("T"); -*/ goTo.marker("3"); verify.not.completionListIsEmpty(); verify.not.completionListContains("T");