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*/ ////}