summaryrefslogtreecommitdiff
path: root/tests/run.lua
diff options
context:
space:
mode:
authorJackson Moore <jacksonmoore@tuta.io>2026-09-04 14:50:32 +0200
committerJackson Moore <jacksonmoore@tuta.io>2026-09-04 14:50:32 +0200
commit03757a7355bbad885a9f3c86115f0374dd2cb854 (patch)
tree393b9500fe95fe83e96776c946dbb87936f693fa /tests/run.lua
parentaa2c42761a91e8eca2d551fe14f1bc1dd3fc8593 (diff)
Complete Nvim adapter contract
Diffstat (limited to 'tests/run.lua')
-rw-r--r--tests/run.lua2
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))