Skip to content

Commit c4a675e

Browse files
committed
Removed double tests of gotoDefinition
1 parent f3059ce commit c4a675e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/harness/fourslash.ts

-1
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,6 @@ namespace FourSlash {
583583
}
584584

585585
public verifyGoToDefinition(arg0: any, endMarkerNames?: string | string[]) {
586-
this.verifyGoToX(arg0, endMarkerNames, () => this.getGoToDefinition());
587586
this.verifyGoToX(arg0, endMarkerNames, () => this.getGoToDefinitionAndBoundSpan());
588587
}
589588

0 commit comments

Comments
 (0)