Skip to content

Commit 857c4d5

Browse files
committed
Fixed.
1 parent 183c919 commit 857c4d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/test/std/containers/sequences/array/array.creation/to_array.verify.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ int main(int, char**) {
3636
{
3737
const MoveOnly cmo[] = {MoveOnly{3}};
3838
// expected-error@array:* {{to_array requires move constructible elements}}
39-
// expected-error-re@array:* {{{{(call to implicitly-deleted copy constructor of 'MoveOnly')|(call to deleted constructor of 'MoveOnly')}}}}
39+
// expected-error-re@array:* 0-1{{{{(call to implicitly-deleted copy constructor of 'MoveOnly')|(call to deleted constructor of 'MoveOnly')}}}}
4040
std::to_array(std::move(cmo)); // expected-note {{requested here}}
4141
}
4242

0 commit comments

Comments
 (0)