remove whitespace

This commit is contained in:
Wesley Wigham
2015-11-11 10:57:32 -08:00
parent ebd7d2d93e
commit 5ea25ba9a0

View File

@@ -43,7 +43,7 @@ class CompilerBaselineRunner extends RunnerBase {
private makeUnitName(name: string, root: string) {
return ts.isRootedDiskPath(name) ? name : (root + name);
};
public checkTestCodeOutput(fileName: string) {
describe("compiler tests for " + fileName, () => {
// Mocha holds onto the closure environment of the describe callback even after the test is done.