diff options
| author | DanielGavin <danielgavin5@hotmail.com> | 2024-02-22 20:46:13 +0100 |
|---|---|---|
| committer | DanielGavin <danielgavin5@hotmail.com> | 2024-02-22 20:46:13 +0100 |
| commit | acb232ac94f46d6c1b81378ab0be0c5b2f91a446 (patch) | |
| tree | 50519c8b5f4847e73da0712c3ae801c2a184c434 /tests/references_test.odin | |
| parent | a75c3424a6003f1ccbfbf6f170009ebf7bf18e4e (diff) | |
Automatically add shared collection.
Diffstat (limited to 'tests/references_test.odin')
| -rw-r--r-- | tests/references_test.odin | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/references_test.odin b/tests/references_test.odin new file mode 100644 index 0000000..25993ab --- /dev/null +++ b/tests/references_test.odin @@ -0,0 +1,4 @@ +package tests + +import "core:fmt" +import "core:testing" |