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 ff1b9f3 commit 752debbCopy full SHA for 752debb
libcxx/test/libcxx/utilities/expected/expected.expected/value.observers.verify.cpp
@@ -128,8 +128,9 @@ void test() {
128
#if _LIBCPP_HAS_EXCEPTIONS
129
// expected-error-re@*:* {{call to deleted constructor of{{.*}}}}
130
131
- // expected-error-re@*:* 1-2{{call to deleted constructor of{{.*}}}}
132
- // expected-error-re@*:* 0-2{{call to deleted constructor of{{.*}}}}
133
#endif
+// These diagnostics can also additionally be produced by static_assert (see GH150601).
+// expected-error-re@*:* 0-2{{call to deleted constructor of{{.*}}}}
134
135
}
136
// clang-format on
0 commit comments