Browse Source

Re-enable demo on *nix

Jeroen van Rijn 4 tháng trước cách đây
mục cha
commit
25c935c305
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      build_odin.sh

+ 1 - 2
build_odin.sh

@@ -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