================
@@ -28,14 +28,15 @@ int main(int, char**) {
{
MoveOnly mo[] = {MoveOnly{3}};
// expected-error@array:* {{to_array requires copy constructible elements}}
- // expected-error-re@array:* {{{{(call to implicitly-deleted copy
constructor of 'MoveOnly')|(call to deleted constructor of 'MoveOnly')}}}}
+ // expected-error-re@array:* 0-1{{{{(call to implicitly-deleted copy
constructor of 'MoveOnly')|(call to deleted constructor of 'MoveOnly')}}}}
+ // expected-error@array:* 0-1{{call to deleted constructor of 'MoveOnly'}}
----------------
philnik777 wrote:
Same question here and below: Did the diagnostics disappear?
https://github.com/llvm/llvm-project/pull/144220
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits