From c6feaa016a92ff3ef9ba36ea6694a43f04712e2d Mon Sep 17 00:00:00 2001 From: Dan Corder Date: Mon, 7 Dec 2015 22:43:44 +0000 Subject: [PATCH] Remove unnecessary I2 from test case --- .../completionListImplementingInterfaceFunctions.ts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/tests/cases/fourslash/completionListImplementingInterfaceFunctions.ts b/tests/cases/fourslash/completionListImplementingInterfaceFunctions.ts index ef155b315e0..06a1c24230c 100644 --- a/tests/cases/fourslash/completionListImplementingInterfaceFunctions.ts +++ b/tests/cases/fourslash/completionListImplementingInterfaceFunctions.ts @@ -10,12 +10,7 @@ //// /*0*/ ////} //// -////interface I2 { -//// a(): void; -//// b(): void; -////} -//// -////var imp2: I2 { +////var imp2: I1 { //// a: () => {}, //// /*1*/ ////}