[asan][test][win] Fix demangled_names test on MSVC target

Fix error with b5e3d131f9ed6687cacffb67de8f54214dd8d2b3 (D147444).
This commit is contained in:
Alvin Wong 2023-04-21 21:46:58 +08:00
parent 290494955c
commit 84144f488a

View File

@ -1,5 +1,5 @@
// RUN: %clang_cl_asan %Od %s %Fe%t
// RUN: not %run %t 2>&1 | FileCheck %s --check-prefixes=CHECK,%if clang-cl %{MSVC%} %else %{MINGW%}
// RUN: not %run %t 2>&1 | FileCheck %s --check-prefixes=CHECK,%if target={{.*-windows-msvc.*}} %{MSVC%} %else %{MINGW%}
//
// This test makes sure ASan symbolizes stack traces the way they are typically
// symbolized on Windows.