diff options
Diffstat (limited to 'server/test/main.lua')
-rw-r--r-- | server/test/main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/test/main.lua b/server/test/main.lua index b7161870..cb01ca1f 100644 --- a/server/test/main.lua +++ b/server/test/main.lua @@ -23,7 +23,7 @@ local function main() print(('测试[%s]用时[%.3f]'):format(name, os.clock() - clock)) end - test 'matcher' + test 'core' test 'vm' test 'definition' |