diff options
| author | Jackson Moore <jacksonmoore@tuta.io> | 2026-09-04 14:50:32 +0200 |
|---|---|---|
| committer | Jackson Moore <jacksonmoore@tuta.io> | 2026-09-04 14:50:32 +0200 |
| commit | 03757a7355bbad885a9f3c86115f0374dd2cb854 (patch) | |
| tree | 393b9500fe95fe83e96776c946dbb87936f693fa /tests/run.lua | |
| parent | aa2c42761a91e8eca2d551fe14f1bc1dd3fc8593 (diff) | |
Complete Nvim adapter contract
Diffstat (limited to 'tests/run.lua')
| -rw-r--r-- | tests/run.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run.lua b/tests/run.lua index fb84dd3..03aa725 100644 --- a/tests/run.lua +++ b/tests/run.lua @@ -8756,4 +8756,4 @@ for _, item in ipairs(tests) do passed = passed + 1 end -io.stdout:write(string.format("Phase 14: %d tests passed\n", passed)) +io.stdout:write(string.format("Phase 15 core: %d tests passed\n", passed)) |
