From c8220751648ef9748174aada2fde5558b85e69a9 Mon Sep 17 00:00:00 2001 From: Graeme Geldenhuys Date: Sun, 7 Jun 2026 02:09:35 +0100 Subject: [PATCH] docs: update test count to 2627 for v0.10.0 --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 5ae8ea6..f76d82f 100644 --- a/README.adoc +++ b/README.adoc @@ -38,7 +38,7 @@ https://github.com/graemeg/opdebugger[OPDF] debug format support. == 🚀 Project Status * **Self-Hosting:** Yes. Blaise bootstraps and recompiles itself with byte-for-byte fixpoint. FPC is no longer required — the entire toolchain runs on Blaise alone. -* **Testing:** 2606 tests and growing (Test-Driven Development from day one). The test suite itself compiles under Blaise. +* **Testing:** 2627 tests and growing (Test-Driven Development from day one). The test suite itself compiles under Blaise. * **Backends:** Currently utilising a QBE backend, with an LLVM backend in active development.