diff options
Diffstat (limited to 'test/cfi/cross-dso-diagnostic.cpp')
-rw-r--r-- | test/cfi/cross-dso-diagnostic.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cfi/cross-dso-diagnostic.cpp b/test/cfi/cross-dso-diagnostic.cpp index f3782dae0..b8a887227 100644 --- a/test/cfi/cross-dso-diagnostic.cpp +++ b/test/cfi/cross-dso-diagnostic.cpp @@ -4,7 +4,7 @@ // RUN: %clangxx_cfi_diag -g -o %t_exe_suffix %s %ld_flags_rpath_exe // RUN: %t_exe_suffix 2>&1 | FileCheck -DDSONAME=%xdynamiclib_namespec %s -// UNSUPPORTED: win32 +// UNSUPPORTED: windows-msvc // REQUIRES: cxxabi #include <dlfcn.h> |