]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - test.c
Major utility rewrite for compiler memory utilization statistics. Cleanups everywhere...
[xonotic/gmqcc.git] / test.c
diff --git a/test.c b/test.c
index 6682983a30e997278cd1745b585480a128bc916d..7b9254deb4e6b36cb60ede40c4920b12e0ece72c 100644 (file)
--- a/test.c
+++ b/test.c
@@ -1321,7 +1321,7 @@ int main(int argc, char **argv) {
     }
     con_change(redirout, redirerr);
     succeed = test_perform("tests", defs);
-    util_meminfo();
+    stat_info();
 
 
     return (succeed) ? EXIT_SUCCESS : EXIT_FAILURE;