From 588df1985cca29719fb0412e8a44b54a0e62c873 Mon Sep 17 00:00:00 2001 From: Vitaly Buka Date: Fri, 22 Apr 2022 19:10:08 -0700 Subject: [PATCH] Revert "[nfc][asan][windows] Fix test after D124057" The patch does not fix the bot. This reverts commit 62b78a063ab1dc6c2df33c7a6582ecc62b31b519. --- compiler-rt/test/asan/TestCases/Windows/dll_seh.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler-rt/test/asan/TestCases/Windows/dll_seh.cpp b/compiler-rt/test/asan/TestCases/Windows/dll_seh.cpp index e6b2805..3651463 100644 --- a/compiler-rt/test/asan/TestCases/Windows/dll_seh.cpp +++ b/compiler-rt/test/asan/TestCases/Windows/dll_seh.cpp @@ -2,10 +2,10 @@ // // Check both -GS and -GS- builds: // RUN: %clang_cl_asan -GS -LD -Od %s -Fe%t.dll -// RUN: %env_asan_opts=detect_stack_use_after_return=0 %run %t %t.dll +// RUN: %run %t %t.dll // // RUN: %clang_cl_asan -GS- -LD -Od %s -Fe%t.dll -// RUN: %env_asan_opts=detect_stack_use_after_return=0 %run %t %t.dll +// RUN: %run %t %t.dll #include #include -- 2.7.4