diff options
Diffstat (limited to 'test/full/self.lua')
-rw-r--r-- | test/full/self.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/full/self.lua b/test/full/self.lua index 63e76d9a..67537a54 100644 --- a/test/full/self.lua +++ b/test/full/self.lua @@ -25,6 +25,7 @@ diag.start() local clock = os.clock() +---@diagnostic disable: await-in-sync for uri in files.eachFile() do local fileClock = os.clock() diag.doDiagnostic(uri) |