[PATCH] [lsan] Fix the unittest makefiles.

Alexey Samsonov samsonov at google.com
Tue Jun 11 02:34:14 PDT 2013


  LGTM


================
Comment at: lib/lsan/tests/lsan_dummy_unittest.cc:20
@@ +19,3 @@
+int main(int argc, char **argv) {
+    ::testing::InitGoogleTest(&argc, argv);
+      return RUN_ALL_TESTS();
----------------
indentation is weird


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

BRANCH
  fix/lsan/test_makefiles

ARCANIST PROJECT
  compiler-rt



More information about the llvm-commits mailing list