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 350a3a1 commit fd296c5Copy full SHA for fd296c5
libcxx/test/std/utilities/intseq/intseq.binding/integer_seq.verify.cpp
@@ -21,6 +21,6 @@ void f() {
21
22
auto empty = std::integer_sequence<int>();
23
// expected-error-re@*:* {{static assertion failed{{.*}}Index out of bounds in std::get<> (std::integer_sequence)}}
24
- // expected-error-re@*:* {{invalid index 0 for pack '{{.*}}' of size 0}}
+ // expected-error-re@*:* {{invalid index 0 for pack {{.*}} of size 0}}
25
(void)std::get<0>(empty);
26
}
0 commit comments