瀏覽代碼

model compile test should not print out everything...

Yentl Van Tendeloo 8 年之前
父節點
當前提交
e419b01c18
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/test_model_compile.py

+ 1 - 1
scripts/test_model_compile.py

@@ -1,4 +1,4 @@
 import sys
 sys.path.append("interface/HUTN/")
 from hutn_compiler.compiler import main as compile_code
-print(compile_code(sys.argv[1], "interface/HUTN/grammars/modelling.g", "M", []))
+compile_code(sys.argv[1], "interface/HUTN/grammars/modelling.g", "M", [])