We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e239f1f commit 3aee9c7Copy full SHA for 3aee9c7
libcxx/test/libcxx/utilities/expected/expected.expected/value.observers.verify.cpp
@@ -124,8 +124,9 @@ void test() {
124
#if _LIBCPP_HAS_EXCEPTIONS
125
// expected-error-re@*:* {{call to deleted constructor of{{.*}}}}
126
127
- // expected-error-re@*:* 1-2{{call to deleted constructor of{{.*}}}}
128
- // expected-error-re@*:* 0-2{{call to deleted constructor of{{.*}}}}
129
#endif
+// These diagnostics can also additionally be produced by static_assert (see GH150601).
+// expected-error-re@*:* 0-2{{call to deleted constructor of{{.*}}}}
130
131
}
132
// clang-format on
0 commit comments