Removed double tests of gotoDefinition

This commit is contained in:
Armando Aguirre
2017-10-24 16:55:41 -07:00
parent f3059ce698
commit c4a675ef99

View File

@@ -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());
}