Re-enable demo on *nix

This commit is contained in:
Jeroen van Rijn
2025-05-13 18:46:55 +02:00
parent 1a58476c03
commit 25c935c305
+1 -2
View File
@@ -161,8 +161,7 @@ build_odin() {
}
run_demo() {
#./odin run examples/demo -vet -strict-style -- Hellope World
./odin report
./odin run examples/demo -vet -strict-style -- Hellope World
}
if [ $# -eq 0 ]; then