[compiler-rt] eb8ebab - [test][asan] Fix requirement formatting

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 10 09:55:30 PST 2023


Author: Vitaly Buka
Date: 2023-03-10T09:52:55-08:00
New Revision: eb8ebabfb0efcae69e682b592f12366c3b82e78d

URL: https://github.com/llvm/llvm-project/commit/eb8ebabfb0efcae69e682b592f12366c3b82e78d
DIFF: https://github.com/llvm/llvm-project/commit/eb8ebabfb0efcae69e682b592f12366c3b82e78d.diff

LOG: [test][asan] Fix requirement formatting

Added: 
    

Modified: 
    compiler-rt/test/asan/TestCases/Windows/use_after_return_linkage.cpp

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/asan/TestCases/Windows/use_after_return_linkage.cpp b/compiler-rt/test/asan/TestCases/Windows/use_after_return_linkage.cpp
index 48c5065a0fa99..cacf461b4f33a 100644
--- a/compiler-rt/test/asan/TestCases/Windows/use_after_return_linkage.cpp
+++ b/compiler-rt/test/asan/TestCases/Windows/use_after_return_linkage.cpp
@@ -1,5 +1,7 @@
 // Make sure LIBCMT doesn't accidentally get added to the list of DEFAULTLIB
-// directives.  REQUIRES: asan-dynamic-runtime
+// directives.
+
+// REQUIRES: asan-dynamic-runtime
 // RUN: %clang_cl_asan -LD %s | FileCheck %s
 // CHECK: Creating library
 // CHECK-NOT: LIBCMT


        


More information about the llvm-commits mailing list