mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-27 22:39:59 -05:00
react to changes after rebase
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user