aboutsummaryrefslogtreecommitdiff
path: root/src/utility.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/utility.js')
-rw-r--r--src/utility.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utility.js b/src/utility.js
index 64d9011a..2fb18e0d 100644
--- a/src/utility.js
+++ b/src/utility.js
@@ -50,6 +50,7 @@ function assertEq(a, b) {
print('Stack: ' + new Error().stack);
throw 'Should have been equal: ' + a + ' : ' + b;
}
+ return false;
}
function assertTrue(a, msg) {