diff options
| author | ramn <github@rymdimperiet.org> | 2023-07-09 00:15:01 +0200 |
|---|---|---|
| committer | ramn <github@rymdimperiet.org> | 2023-07-09 00:15:01 +0200 |
| commit | 5f53d815d113e06bf4612592506db8564d3dc88b (patch) | |
| tree | 467fe0d7db561266ed650e54fe8f62d8ab9fe0dc /core/testing | |
| parent | 7b89f258189f817bcc177bbc4426c48f3ccd9127 (diff) | |
fix: make -vet not complain
Diffstat (limited to 'core/testing')
| -rw-r--r-- | core/testing/testing.odin | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/testing/testing.odin b/core/testing/testing.odin index 1d738bbd1..1ba05315c 100644 --- a/core/testing/testing.odin +++ b/core/testing/testing.odin @@ -6,6 +6,8 @@ import "core:time" import "core:intrinsics" import "core:reflect" +_ :: reflect // alias reflect to nothing to force visibility for -vet + // IMPORTANT NOTE: Compiler requires this layout Test_Signature :: proc(^T) |