aboutsummaryrefslogtreecommitdiff
path: root/tools/odinfmt/tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/odinfmt/tests.sh')
-rwxr-xr-xtools/odinfmt/tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/odinfmt/tests.sh b/tools/odinfmt/tests.sh
index d30d325..3036398 100755
--- a/tools/odinfmt/tests.sh
+++ b/tools/odinfmt/tests.sh
@@ -2,7 +2,7 @@
cd "${0%/*}"
-odin run tests.odin -file -collection:shared=../../src -out:tests.exe
+odin run tests.odin -file -collection:src=../../src -out:tests.exe
if ([ $? -ne 0 ])
then