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 a9aafb0 commit 4059a47Copy full SHA for 4059a47
sycl/test/extensions/annotated_ptr/annotated_ptr.cpp
@@ -164,7 +164,7 @@ void TestVectorAddWithAnnotatedMMHosts() {
164
test(int n_) : n(n_) {}
165
test(const test &t) { n = t.n; }
166
};
167
- // expected-error@+1 {{encapsulating annotated_ptr with non-trivially-copyable is not supported}}
+ // expected-error-re@+1 {{{{.+}}encapsulating annotated_ptr with non-trivially-copyable is not supported!}}
168
annotated_ptr<test> non_trivially_copyable;
169
170
free(raw, q);
0 commit comments