Skip to content

Commit 752debb

Browse files
committed
Fix module builds (hopefully)
1 parent ff1b9f3 commit 752debb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

libcxx/test/libcxx/utilities/expected/expected.expected/value.observers.verify.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,9 @@ void test() {
128128
#if _LIBCPP_HAS_EXCEPTIONS
129129
// expected-error-re@*:* {{call to deleted constructor of{{.*}}}}
130130
// expected-error-re@*:* {{call to deleted constructor of{{.*}}}}
131-
// expected-error-re@*:* 1-2{{call to deleted constructor of{{.*}}}}
132-
// expected-error-re@*:* 0-2{{call to deleted constructor of{{.*}}}}
133131
#endif
132+
// These diagnostics can also additionally be produced by static_assert (see GH150601).
133+
// expected-error-re@*:* 0-2{{call to deleted constructor of{{.*}}}}
134+
// expected-error-re@*:* 0-2{{call to deleted constructor of{{.*}}}}
134135
}
135136
// clang-format on

0 commit comments

Comments
 (0)