aboutsummaryrefslogtreecommitdiff
path: root/core/testing/testing.odin
diff options
context:
space:
mode:
authorgingerBill <gingerBill@users.noreply.github.com>2026-01-31 16:28:47 +0000
committergingerBill <gingerBill@users.noreply.github.com>2026-01-31 16:28:47 +0000
commitf7901cffc9f4983259586241d5b336cdb6377b9c (patch)
tree21ceaec80feca5cb8ee78948b2af3fc8a6d6138c /core/testing/testing.odin
parent8f138532438026383a0ddb5ae2b9e790a1eaa1db (diff)
Add `doc.odin` and mention the defineables through `#config`
Diffstat (limited to 'core/testing/testing.odin')
-rw-r--r--core/testing/testing.odin1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/testing/testing.odin b/core/testing/testing.odin
index d6bf6ea33..7182f77f5 100644
--- a/core/testing/testing.odin
+++ b/core/testing/testing.odin
@@ -1,4 +1,3 @@
-// The implementation of the `odin test` runner and procedures user tests can use for this purpose.
package testing
/*