From 1ff4b3ccf6a7bfe6fc792a79fc9fc3b8e94bdae0 Mon Sep 17 00:00:00 2001 From: Leo Horie Date: Tue, 25 Mar 2014 21:48:23 -0400 Subject: [PATCH] push for travis --- tests/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test.js b/tests/test.js index 18d1a96f..ccb6269a 100644 --- a/tests/test.js +++ b/tests/test.js @@ -12,6 +12,6 @@ test.print = function(print) { print("tests: " + test.total + "\nfailures: " + test.failures.length) if (test.failures.length > 0) { - throw new Error(test.failures.length + " tests did not pass.") + throw new Error(test.failures.length + " tests did not pass") } }