Skip to content

Commit 4059a47

Browse files
author
Chen, Brox
committed
fix test
1 parent a9aafb0 commit 4059a47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test/extensions/annotated_ptr/annotated_ptr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ void TestVectorAddWithAnnotatedMMHosts() {
164164
test(int n_) : n(n_) {}
165165
test(const test &t) { n = t.n; }
166166
};
167-
// expected-error@+1 {{encapsulating annotated_ptr with non-trivially-copyable is not supported}}
167+
// expected-error-re@+1 {{{{.+}}encapsulating annotated_ptr with non-trivially-copyable is not supported!}}
168168
annotated_ptr<test> non_trivially_copyable;
169169

170170
free(raw, q);

0 commit comments

Comments
 (0)