diff --git a/src/harness/fourslash.ts b/src/harness/fourslash.ts index c1f3f36e386..1885fd45989 100644 --- a/src/harness/fourslash.ts +++ b/src/harness/fourslash.ts @@ -583,7 +583,6 @@ namespace FourSlash { } public verifyGoToDefinition(arg0: any, endMarkerNames?: string | string[]) { - this.verifyGoToX(arg0, endMarkerNames, () => this.getGoToDefinition()); this.verifyGoToX(arg0, endMarkerNames, () => this.getGoToDefinitionAndBoundSpan()); }