tsan: remove debug output from test

llvm-svn: 195347
This commit is contained in:
Dmitry Vyukov 2013-11-21 11:50:45 +00:00
parent 5fa72d4c3f
commit 70fcec46e9
1 changed files with 0 additions and 1 deletions

View File

@ -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) {