diff options
-rw-r--r-- | compiler-rt/lib/sanitizer_common/tests/sanitizer_printf_test.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler-rt/lib/sanitizer_common/tests/sanitizer_printf_test.cc b/compiler-rt/lib/sanitizer_common/tests/sanitizer_printf_test.cc index 2c478cc7428..f7231368c35 100644 --- a/compiler-rt/lib/sanitizer_common/tests/sanitizer_printf_test.cc +++ b/compiler-rt/lib/sanitizer_common/tests/sanitizer_printf_test.cc @@ -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) { |