浏览代码

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() {
 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
 if [ $# -eq 0 ]; then