summaryrefslogtreecommitdiff
path: root/test/full/self.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/full/self.lua')
-rw-r--r--test/full/self.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/full/self.lua b/test/full/self.lua
index 09d2d154..d118e034 100644
--- a/test/full/self.lua
+++ b/test/full/self.lua
@@ -32,7 +32,7 @@ end
print('基准诊断目录:', path)
-ws.ready = true
+ws.awaitReady(furi.encode(path:string()))
diag.diagnosticsScope(furi.encode(path:string()))
local clock = os.clock()
@@ -86,7 +86,7 @@ end) do
end
end
-util.revertTable(printTexts)
+util.revertArray(printTexts)
for _, text in ipairs(printTexts) do
print(text)