diff options
Diffstat (limited to 'src/library.js')
-rw-r--r-- | src/library.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library.js b/src/library.js index 3b4c0962..529a5d3f 100644 --- a/src/library.js +++ b/src/library.js @@ -4047,7 +4047,7 @@ LibraryManager.library = { }, llvm_expect_i32: function(x, y) { - assert(x == y, 'Expect failed!'); + return x == y; }, // ========================================================================== |