We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f21c77 commit 2a6cfbdCopy full SHA for 2a6cfbd
clang/test/SemaCXX/unique_object_duplication.cpp
@@ -1,7 +1,7 @@
1
// RUN: %clang_cc1 -fsyntax-only -verify=hidden -Wunique-object-duplication -fvisibility=hidden -Wno-unused-value %s
2
// RUN: %clang_cc1 -fsyntax-only -verify -Wunique-object-duplication -Wno-unused-value %s
3
-// The check is currently disabled on windows. The test should fail because we're not getting the expected warnings.
4
-// XFAIL: target={{.*}}-windows{{.*}}, {{.*}}-ps{{(4|5)(-.+)?}}
+// The check is currently disabled on windows in MSVC-like environments. The test should fail because we're not getting the expected warnings.
+// XFAIL: target={{.*}}-windows-msvc, {{.*}}-ps{{(4|5)(-.+)?}}
5
6
#include "unique_object_duplication.h"
7
0 commit comments