diff options
| author | ruki <[email protected]> | 2026-01-21 11:59:57 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-01-21 11:59:57 +0800 |
| commit | f8d44002372ca91bbb29cf3548c306f226e6ef4e (patch) | |
| tree | bdc4a15863537a347084a5e85bf75beb75056c00 /tests/runner.lua | |
| parent | 9e58120568d395b5a636daa7d0f23150fe87bb95 (diff) | |
| parent | 6ff8486cd3297ca0e93518c33e32678c97128a3f (diff) | |
Merge pull request #7246 from xmake-io/utf8
Add utf8 module
Diffstat (limited to 'tests/runner.lua')
| -rw-r--r-- | tests/runner.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.lua b/tests/runner.lua index 5d154674d..f60bf37d8 100644 --- a/tests/runner.lua +++ b/tests/runner.lua @@ -8,7 +8,7 @@ function main(script, opt) script = path.join(script, "test.lua") end script = path.absolute(script) - assert(path.filename(script) == "test.lua", "file should named `test.lua`") + assert(path.filename(script) == "test.lua", "file(%s) should named `test.lua`", script) assert(os.isfile(script), "should be a file") -- disable statistics |
