Remove using where easily possible

This commit is contained in:
gingerBill
2023-07-31 12:11:17 +01:00
parent 44ea82f845
commit 8aa36072fc
5 changed files with 21 additions and 26 deletions
@@ -1,6 +1,7 @@
// Tests "linalg_glsl_math.odin" in "core:math/linalg/glsl".
// Must be run with `-collection:tests=` flag, e.g.
// ./odin run tests/core/math/linalg/glsl/test_linalg_glsl_math.odin -collection:tests=./tests
//+vet !using-stmt
package test_core_math_linalg_glsl_math
import glsl "core:math/linalg/glsl"
+1
View File
@@ -1,6 +1,7 @@
// Tests "math.odin" in "core:math".
// Must be run with `-collection:tests=` flag, e.g.
// ./odin run tests/core/math/test_core_math.odin -collection:tests=./tests
//+vet !using-stmt
package test_core_math
import "core:fmt"