From 2a6b156311fd67ea514b37dbcf52bf7f08edb4f2 Mon Sep 17 00:00:00 2001 From: Vitaly Buka Date: Wed, 28 Oct 2020 00:32:44 -0700 Subject: [PATCH] [NFC][Asan] Fix cpplint warnings in tests --- compiler-rt/test/asan/TestCases/strcpy-overlap.cpp | 2 +- compiler-rt/test/asan/TestCases/strncat-overlap.cpp | 2 +- compiler-rt/test/asan/TestCases/strncpy-overlap.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 +} -- 2.7.4