aboutsummaryrefslogtreecommitdiff
path: root/core/testing/testing.odin
diff options
context:
space:
mode:
authorJeroen van Rijn <Kelimion@users.noreply.github.com>2025-10-09 23:05:29 +0200
committerJeroen van Rijn <Kelimion@users.noreply.github.com>2025-10-09 23:05:29 +0200
commit7a9ea3ee6d02d8eade6d7988498bd69716391563 (patch)
tree1a920e9550114cd2dc36d4c489bb65ea1f73542a /core/testing/testing.odin
parent2bc409eab53bb7208ec59d431112489eb9d226db (diff)
Further overhaul of package line comments.
Diffstat (limited to 'core/testing/testing.odin')
-rw-r--r--core/testing/testing.odin1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/testing/testing.odin b/core/testing/testing.odin
index 1357a4683..a0b046a46 100644
--- a/core/testing/testing.odin
+++ b/core/testing/testing.odin
@@ -1,3 +1,4 @@
+// The implementation of the `odin test` runner and procedures user tests can use for this purpose.
package testing
/*