diff options
Diffstat (limited to 'server/test')
-rw-r--r-- | server/test/full/example.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/test/full/example.lua b/server/test/full/example.lua index 321f3bc7..90eff536 100644 --- a/server/test/full/example.lua +++ b/server/test/full/example.lua @@ -13,4 +13,4 @@ local function testIfExit(path) print('基准测试耗时:', os.clock() - clock) end end ---testIfExit(ROOT / 'test' / 'example' / 'vm.lua') +testIfExit(ROOT / 'test' / 'example' / 'vm.lua') |