diff options
author | daurnimator <quae@daurnimator.com> | 2017-04-26 18:28:30 +1000 |
---|---|---|
committer | daurnimator <quae@daurnimator.com> | 2017-04-26 18:32:07 +1000 |
commit | cc035ba6ef2ecf3884c12c2af8ad4e5fd6616f0f (patch) | |
tree | 2832ff0d9ea13b3fa2224eee24810889998f1975 /tests/ldebug.js | |
parent | 99eec25ab0ca2d4722c4d54eccc57cffe2d3b370 (diff) | |
download | fengari-cc035ba6ef2ecf3884c12c2af8ad4e5fd6616f0f.tar.gz fengari-cc035ba6ef2ecf3884c12c2af8ad4e5fd6616f0f.tar.bz2 fengari-cc035ba6ef2ecf3884c12c2af8ad4e5fd6616f0f.zip |
Export ldo.js functions from lua.js
Diffstat (limited to 'tests/ldebug.js')
-rw-r--r-- | tests/ldebug.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ldebug.js b/tests/ldebug.js index 751c9c2..bee5cd6 100644 --- a/tests/ldebug.js +++ b/tests/ldebug.js @@ -8,7 +8,6 @@ const getState = tests.getState; const toByteCode = tests.toByteCode; const lvm = require("../src/lvm.js"); -const ldo = require("../src/ldo.js"); const lauxlib = require("../src/lauxlib.js"); const lua = require('../src/lua.js'); const linit = require('../src/linit.js'); |