From 123dfc7ca0cea702a552bc24614e66b4144cca07 Mon Sep 17 00:00:00 2001 From: daurnimator Date: Sat, 17 Feb 2018 11:12:26 +1100 Subject: Rename cpath to jspath --- tests/test-suite/attrib.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test-suite/attrib.js b/tests/test-suite/attrib.js index 7445a5e..5053a31 100644 --- a/tests/test-suite/attrib.js +++ b/tests/test-suite/attrib.js @@ -17,7 +17,7 @@ test("[test-suite] attrib: testing require", function (t) { assert(require"coroutine" == coroutine) assert(type(package.path) == "string") - assert(type(package.cpath) == "string") + assert(type(package.jspath) == "string") assert(type(package.loaded) == "table") assert(type(package.preload) == "table") -- cgit v1.2.3-54-g00ecf