[nfc][asan][windows] Fix test after D124057

This commit is contained in:
Vitaly Buka 2022-04-22 17:09:47 -07:00
parent 3469cb14e2
commit 62b78a063a
1 changed files with 2 additions and 2 deletions

View File

@ -2,10 +2,10 @@
//
// Check both -GS and -GS- builds:
// RUN: %clang_cl_asan -GS -LD -Od %s -Fe%t.dll
// RUN: %run %t %t.dll
// RUN: %env_asan_opts=detect_stack_use_after_return=0 %run %t %t.dll
//
// RUN: %clang_cl_asan -GS- -LD -Od %s -Fe%t.dll
// RUN: %run %t %t.dll
// RUN: %env_asan_opts=detect_stack_use_after_return=0 %run %t %t.dll
#include <windows.h>
#include <assert.h>