Removed trailing spaces

This commit is contained in:
Sebastian 2014-05-25 23:19:52 +02:00
parent d4cb7959d4
commit 3df5578e7b
5 changed files with 53 additions and 53 deletions

View file

@ -10,7 +10,7 @@ test.print = function(print) {
print(test.failures[i].toString())
}
print("tests: " + test.total + "\nfailures: " + test.failures.length)
if (test.failures.length > 0) {
throw new Error(test.failures.length + " tests did not pass")
}