From: Vitaly Buka Date: Wed, 28 Oct 2020 07:32:44 +0000 (-0700) Subject: [NFC][Asan] Fix cpplint warnings in tests X-Git-Tag: llvmorg-13-init~7914 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2a6b156311fd67ea514b37dbcf52bf7f08edb4f2;p=platform%2Fupstream%2Fllvm.git [NFC][Asan] Fix cpplint warnings in tests --- diff --git a/compiler-rt/test/asan/TestCases/strcpy-overlap.cpp b/compiler-rt/test/asan/TestCases/strcpy-overlap.cpp index eefea67..efd2e6b 100644 --- a/compiler-rt/test/asan/TestCases/strcpy-overlap.cpp +++ b/compiler-rt/test/asan/TestCases/strcpy-overlap.cpp @@ -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 +} diff --git a/compiler-rt/test/asan/TestCases/strncat-overlap.cpp b/compiler-rt/test/asan/TestCases/strncat-overlap.cpp index d454b81..3e3f7ee 100644 --- a/compiler-rt/test/asan/TestCases/strncat-overlap.cpp +++ b/compiler-rt/test/asan/TestCases/strncat-overlap.cpp @@ -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 +} diff --git a/compiler-rt/test/asan/TestCases/strncpy-overlap.cpp b/compiler-rt/test/asan/TestCases/strncpy-overlap.cpp index 679dd67..860fc5d 100644 --- a/compiler-rt/test/asan/TestCases/strncpy-overlap.cpp +++ b/compiler-rt/test/asan/TestCases/strncpy-overlap.cpp @@ -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 +}