respond to code review comments

This commit is contained in:
Mohamed Hegazy
2014-08-20 17:33:44 -07:00
parent 978c2ef670
commit 74518a9b7f
4 changed files with 64 additions and 108 deletions

View File

@@ -180,7 +180,7 @@ module FourSlashInterface {
}
public referencesCountIs(count: number) {
FourSlash.currentTestState.verifyReferencesCountIs(count, false);
FourSlash.currentTestState.verifyReferencesCountIs(count, /*localFilesOnly*/ false);
}
public implementorsCountIs(count: number) {