diff options
author | daurnimator <quae@daurnimator.com> | 2018-02-17 11:12:26 +1100 |
---|---|---|
committer | daurnimator <quae@daurnimator.com> | 2018-02-17 11:17:54 +1100 |
commit | 123dfc7ca0cea702a552bc24614e66b4144cca07 (patch) | |
tree | cb8d0b2afd0fb734cddf65ad1d7fae10b338d718 /tests/test-suite | |
parent | aa6a466bea35db093a0131dce0612a4de428306c (diff) | |
download | fengari-123dfc7ca0cea702a552bc24614e66b4144cca07.tar.gz fengari-123dfc7ca0cea702a552bc24614e66b4144cca07.tar.bz2 fengari-123dfc7ca0cea702a552bc24614e66b4144cca07.zip |
Rename cpath to jspath
Diffstat (limited to 'tests/test-suite')
-rw-r--r-- | tests/test-suite/attrib.js | 2 |
1 files changed, 1 insertions, 1 deletions
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") |