Browse Source

Keep -vet happy when mem tracking is disabled.

Jeroen van Rijn 1 year ago
parent
commit
a05b73c632
1 changed files with 1 additions and 0 deletions
  1. 1 0
      core/testing/testing.odin

+ 1 - 0
core/testing/testing.odin

@@ -10,6 +10,7 @@ import "core:time"
 import "core:mem"
 
 _ :: reflect // alias reflect to nothing to force visibility for -vet
+_ :: mem     // in case TRACKING_MEMORY is not enabled
 
 // IMPORTANT NOTE: Compiler requires this layout
 Test_Signature :: proc(^T)