Explorar el Código

fix bad import

Laytan Laats hace 1 año
padre
commit
8e855155fd
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      tests/vendor/all.odin

+ 2 - 2
tests/vendor/all.odin

@@ -1,4 +1,4 @@
 package tests_vendor
 
-@(require) import "glfw"
-@(require) import "lua/5.4"
+@(require) import   "glfw"
+@(require) import _ "lua/5.4"