aboutsummaryrefslogtreecommitdiff
path: root/tests/load.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/load.js')
-rw-r--r--tests/load.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/load.js b/tests/load.js
index 00ed90a..839a962 100644
--- a/tests/load.js
+++ b/tests/load.js
@@ -90,7 +90,7 @@ test('luaL_loadbuffer', function (t) {
t.doesNotThrow(function () {
- let bc = toByteCode(luaCode).dataView;
+ let bc = toByteCode(luaCode);
L = lauxlib.luaL_newstate();