소스 검색

Re-enable demo on *nix

Jeroen van Rijn 4 달 전
부모
커밋
25c935c305
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  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