]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - test/ast-test.c
Enabling the print builtin nodes, soon to be used to test CALL generation
[xonotic/gmqcc.git] / test / ast-test.c
index 026dbf369421031bdf751f6ccc16c0631094f96e..44a9c0daf3487448d1e422eac2f4da0385005a81 100644 (file)
@@ -31,11 +31,9 @@ int main()
 
     /* opts_debug = true; */
 
-#if 0
-    BUILTIN(print, TYPE_VOID, -1);
-    PARAM(TYPE_STRING, text);
-    ENDBUILTIN();
-#endif
+BUILTIN(print, TYPE_VOID, -1);
+PARAM(TYPE_STRING, text);
+ENDBUILTIN();
 
     TESTINIT();
 VAR(TYPE_FLOAT, f0);