mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-16 15:45:27 -05:00
Clean up
This commit is contained in:
@@ -653,7 +653,6 @@ module FourSlash {
|
||||
|
||||
Harness.IO.log(errorMsg);
|
||||
this.raiseError("Completion list is not empty at Caret");
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -665,7 +664,7 @@ module FourSlash {
|
||||
} else if ((completions && !completions.isBuilder) && !negative) {
|
||||
this.raiseError("Expected builder completion entry");
|
||||
} else if ((completions && completions.isBuilder) && negative) {
|
||||
this.raiseError("Un expected the builder completion entry");
|
||||
this.raiseError("Un-expected builder completion entry");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user