From c4a675ef99d67ac2835ca1756fd4af2c6af86616 Mon Sep 17 00:00:00 2001 From: Armando Aguirre Date: Tue, 24 Oct 2017 16:55:41 -0700 Subject: [PATCH] Removed double tests of gotoDefinition --- src/harness/fourslash.ts | 1 - 1 file changed, 1 deletion(-) 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()); }