[NFC][Asan] Fix cpplint warnings in tests
authorVitaly Buka <vitalybuka@google.com>
Wed, 28 Oct 2020 07:32:44 +0000 (00:32 -0700)
committerVitaly Buka <vitalybuka@google.com>
Wed, 28 Oct 2020 07:32:44 +0000 (00:32 -0700)
compiler-rt/test/asan/TestCases/strcpy-overlap.cpp
compiler-rt/test/asan/TestCases/strncat-overlap.cpp
compiler-rt/test/asan/TestCases/strncpy-overlap.cpp

index eefea67..efd2e6b 100644 (file)
@@ -45,4 +45,4 @@ __attribute__((noinline)) void bad_function() {
 int main(int argc, char **argv) {
   bad_function();
   return 0;
-}
\ No newline at end of file
+}
index d454b81..3e3f7ee 100644 (file)
@@ -45,4 +45,4 @@ __attribute__((noinline)) void bad_function() {
 int main(int argc, char **argv) {
   bad_function();
   return 0;
-}
\ No newline at end of file
+}
index 679dd67..860fc5d 100644 (file)
@@ -45,4 +45,4 @@ __attribute__((noinline)) void bad_function() {
 int main(int argc, char **argv) {
   bad_function();
   return 0;
-}
\ No newline at end of file
+}