[PATCH] [lsan] Convert the remaining LSan tests to output tests.
Sergey Matveev
earthdok at google.com
Tue May 28 07:55:14 PDT 2013
================
Comment at: lib/lsan/lit_tests/use_stacks.cc:14
@@ +13,3 @@
+ fprintf(stderr, "Test alloc: %p.\n", stack_var);
+ exit(0);
+}
----------------
Kostya Serebryany wrote:
> no need for exit(0)
I added a comment explaining why it's necessary.
Please mark the revision as accepted.
http://llvm-reviews.chandlerc.com/D870
More information about the llvm-commits
mailing list