aboutsummaryrefslogtreecommitdiff
path: root/tests/lmathlib.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lmathlib.js')
-rw-r--r--tests/lmathlib.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/lmathlib.js b/tests/lmathlib.js
index 42f5925..f894348 100644
--- a/tests/lmathlib.js
+++ b/tests/lmathlib.js
@@ -1,16 +1,12 @@
"use strict";
const test = require('tape');
-const beautify = require('js-beautify').js_beautify;
const tests = require("./tests.js");
-const getState = tests.getState;
const toByteCode = tests.toByteCode;
-const VM = require("../src/lvm.js");
const lauxlib = require("../src/lauxlib.js");
const lua = require('../src/lua.js');
-const lstate = require('../src/lstate.js');
test('math.abs, math.sin, math.cos, math.tan, math.asin, math.acos, math.atan', function (t) {