diff options
Diffstat (limited to 'testes/attrib.lua')
-rw-r--r-- | testes/attrib.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testes/attrib.lua b/testes/attrib.lua index 4adb42e0..b1a4a199 100644 --- a/testes/attrib.lua +++ b/testes/attrib.lua | |||
@@ -275,7 +275,7 @@ else | |||
275 | -- check correct access to global environment and correct | 275 | -- check correct access to global environment and correct |
276 | -- parameters | 276 | -- parameters |
277 | assert(_ENV.x == "lib2-v2" and _ENV.y == DC"lib2-v2") | 277 | assert(_ENV.x == "lib2-v2" and _ENV.y == DC"lib2-v2") |
278 | assert(lib2.id("x") == "x") | 278 | assert(lib2.id("x") == true) -- a different "id" implementation |
279 | 279 | ||
280 | -- test C submodules | 280 | -- test C submodules |
281 | local fs, ext = require"lib1.sub" | 281 | local fs, ext = require"lib1.sub" |