Skip to content

Commit 2afc84b

Browse files
author
Alexander Batashev
committed
fix windows
Signed-off-by: Alexander Batashev <[email protected]>
1 parent 3b95329 commit 2afc84b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sycl/test/abi/symbol_size.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,11 @@ int main() {
7171
check_size<detail::sampler_impl, 8>();
7272
#else
7373
check_size<private_memory<int, 1>, 8>();
74+
#ifdef _MSC_VER
75+
check_size<detail::sampler_impl, 80>();
76+
#else
7477
check_size<detail::sampler_impl, 72>();
78+
#endif
7579
#endif
7680
check_size<program, 16>();
7781
check_size<range<1>, 8>();

0 commit comments

Comments
 (0)