[compiler-rt] r195347 - tsan: remove debug output from test

Dmitry Vyukov dvyukov at google.com
Thu Nov 21 03:50:45 PST 2013


Author: dvyukov
Date: Thu Nov 21 05:50:45 2013
New Revision: 195347

URL: http://llvm.org/viewvc/llvm-project?rev=195347&view=rev
Log:
tsan: remove debug output from test


Modified:
    compiler-rt/trunk/lib/sanitizer_common/tests/sanitizer_printf_test.cc

Modified: compiler-rt/trunk/lib/sanitizer_common/tests/sanitizer_printf_test.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/sanitizer_common/tests/sanitizer_printf_test.cc?rev=195347&r1=195346&r2=195347&view=diff
==============================================================================
--- compiler-rt/trunk/lib/sanitizer_common/tests/sanitizer_printf_test.cc (original)
+++ compiler-rt/trunk/lib/sanitizer_common/tests/sanitizer_printf_test.cc Thu Nov 21 05:50:45 2013
@@ -120,7 +120,6 @@ TEST(Printf, MinMax) {
   TestAgainstLibc<unsigned long>("%zu-%zu", 0, ULONG_MAX);  // NOLINT
   TestAgainstLibc<unsigned>("%x-%x", 0, UINT_MAX);  // NOLINT
   TestAgainstLibc<unsigned long>("%zx-%zx", 0, ULONG_MAX);  // NOLINT
-  Report("%zd\n", LONG_MIN);
 }
 
 TEST(Printf, Padding) {





More information about the llvm-commits mailing list