Skip to content

Commit fbea193

Browse files
author
Alexander Batashev
authored
[SYCL][NFC] Fix ABI tests for GCC9 (#1899)
1 parent ed11eb2 commit fbea193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test/abi/layout_handler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ void foo() {
166166
// CHECK-NEXT: 472 | struct std::_Vector_base<class std::shared_ptr<class cl::sycl::detail::event_impl>, class std::allocator<class std::shared_ptr<class cl::sycl::detail::event_impl> > >::_Vector_impl _M_impl
167167
// CHECK-NEXT: 472 | class std::allocator<class std::shared_ptr<class cl::sycl::detail::event_impl> > (base) (empty)
168168
// CHECK-NEXT: 472 | class __gnu_cxx::new_allocator<class std::shared_ptr<class cl::sycl::detail::event_impl> > (base) (empty)
169-
// CHECK-NEXT: 472 | std::_Vector_base<class std::shared_ptr<class cl::sycl::detail::event_impl>, class std::allocator<class std::shared_ptr<class cl::sycl::detail::event_impl> > >::pointer _M_start
169+
// CHECK: 472 | std::_Vector_base<class std::shared_ptr<class cl::sycl::detail::event_impl>, class std::allocator<class std::shared_ptr<class cl::sycl::detail::event_impl> > >::pointer _M_start
170170
// CHECK-NEXT: 480 | std::_Vector_base<class std::shared_ptr<class cl::sycl::detail::event_impl>, class std::allocator<class std::shared_ptr<class cl::sycl::detail::event_impl> > >::pointer _M_finish
171171
// CHECK-NEXT: 488 | std::_Vector_base<class std::shared_ptr<class cl::sycl::detail::event_impl>, class std::allocator<class std::shared_ptr<class cl::sycl::detail::event_impl> > >::pointer _M_end_of_storage
172172
// CHECK-NEXT: 496 | _Bool MIsHost

0 commit comments

Comments
 (0)