react to changes after rebase

This commit is contained in:
Mohamed Hegazy
2014-07-29 12:35:26 -07:00
parent 7faad38c84
commit 648af3801a
2 changed files with 2 additions and 2 deletions

View File

@@ -424,6 +424,7 @@ module FourSlash {
Harness.IO.log(" minChar: " + error.start + ", limChar: " + (error.start + error.length) + ", message: " + error.messageText + "\n");
});
}
public verifyNumberOfErrorsInCurrentFile(expected: number) {
var errors = this.getDiagnostics(this.activeFile.fileName);
var actual = errors.length;
@@ -1894,7 +1895,6 @@ module FourSlash {
fsOutput.reset();
fsErrors.reset();
var harnessCompiler = Harness.Compiler.getCompiler();
var harnessCompiler = Harness.Compiler.getCompiler();
harnessCompiler.reset();