summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authordaurnimator <quae@daurnimator.com>2017-06-16 17:34:44 +1000
committerdaurnimator <quae@daurnimator.com>2017-06-16 18:06:44 +1000
commit652e9ca6e0b74222e645262c38350731c74b2fab (patch)
tree30ebd09f8987c21f7cca0ee5ccce47d987882880 /tests
parent1f59eebdd76692ad0f68239bdd45f0e8b84882ce (diff)
downloadfengari-652e9ca6e0b74222e645262c38350731c74b2fab.tar.gz
fengari-652e9ca6e0b74222e645262c38350731c74b2fab.tar.bz2
fengari-652e9ca6e0b74222e645262c38350731c74b2fab.zip
src/ldo.js: Add call debug hook
Diffstat (limited to 'tests')
-rw-r--r--tests/ldblib.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ldblib.js b/tests/ldblib.js
index 82d40c2..7f39c09 100644
--- a/tests/ldblib.js
+++ b/tests/ldblib.js
@@ -44,7 +44,7 @@ test('debug.sethook', function (t) {
t.strictEqual(
lua.lua_tojsstring(L, -1),
- "return count line count line count line count line return count line count line count line return count line count line count line return count line ",
+ "return count line count line count line call count line return count line count line call count line return count line count line call count line return count line ",
"Correct element(s) on the stack"
);