Don't print in the middle of tests.

This commit is contained in:
Daniel Rosenwasser 2015-06-24 11:30:10 -04:00
parent c6498d79e5
commit 513d73ad4b

View File

@ -660,8 +660,7 @@ module FourSlash {
}
errorMsg += "]\n";
Harness.IO.log(errorMsg);
this.raiseError("Member list is not empty at Caret");
this.raiseError("Member list is not empty at Caret: " + errorMsg);
}
}