[PATCH] [lsan] Convert the remaining LSan tests to output tests.

Kostya Serebryany kcc at google.com
Tue May 28 03:57:42 PDT 2013


  LGTM (with a nit)


================
Comment at: lib/lsan/lit_tests/use_stacks.cc:14
@@ +13,3 @@
+  fprintf(stderr, "Test alloc: %p.\n", stack_var);
+  exit(0);
+}
----------------
no need for exit(0)


http://llvm-reviews.chandlerc.com/D870



More information about the llvm-commits mailing list