summaryrefslogtreecommitdiff
path: root/test/full/projects.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/full/projects.lua')
-rw-r--r--test/full/projects.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/full/projects.lua b/test/full/projects.lua
index 20ef6724..22b27443 100644
--- a/test/full/projects.lua
+++ b/test/full/projects.lua
@@ -23,7 +23,7 @@ local function doProjects(pathname)
print('基准诊断目录:', path)
fsu.scanDirectory(path, function (path)
- if path:extension():string() ~= '.lua' then
+ if path:extension() ~= '.lua' then
return
end
local uri = furi.encode(path:string())