diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2024-03-18 17:05:40 +0100 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2024-03-18 17:05:40 +0100 |
| commit | 07ef96954647dd80fb3e6a8df14b3280a2d99fa4 (patch) | |
| tree | bf038d1f0db89b7ca8614308724ea0160ebdef8a /examples | |
| parent | 72c15d7699507a5984d7fcc6426d1e38517c407f (diff) | |
Fix test label.
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/all/all_main.odin | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/all/all_main.odin b/examples/all/all_main.odin index c89b93e3b..bc1aff607 100644 --- a/examples/all/all_main.odin +++ b/examples/all/all_main.odin @@ -117,6 +117,7 @@ import table "core:text/table" import edit "core:text/edit" import thread "core:thread" import time "core:time" +import datetime "core:time/datetime" import sysinfo "core:sys/info" @@ -225,6 +226,7 @@ _ :: table _ :: edit _ :: thread _ :: time +_ :: datetime _ :: sysinfo _ :: unicode _ :: utf8 |