summaryrefslogtreecommitdiff
path: root/test/diagnostics/await-in-sync.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/diagnostics/await-in-sync.lua')
-rw-r--r--test/diagnostics/await-in-sync.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/diagnostics/await-in-sync.lua b/test/diagnostics/await-in-sync.lua
index 323c1113..7647f2eb 100644
--- a/test/diagnostics/await-in-sync.lua
+++ b/test/diagnostics/await-in-sync.lua
@@ -119,7 +119,7 @@ end
TEST [[
local function f(cb)
- cb()
+ <!cb!>()
end
local function af()