Skip to content

Commit 39c7c19

Browse files
committed
generic_type_traits modifying
Signed-off-by: Aleksander Fadeev <[email protected]>
1 parent 9038cc9 commit 39c7c19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/test/basic_tests/generic_type_traits.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@ int main() {
212212
s::access::address_space::global_space>>::value,
213213
"");
214214

215-
static_assert(std::is_same<d::SelectMatchingOpenCLType_t<s::longlong>,
216-
s::cl_long>::value,
215+
static_assert(std::is_same<d::SelectMatchingOpenCLType_t<s::ulonglong>,
216+
s::cl_ulong>::value,
217217
"");
218218

219219
static_assert(

0 commit comments

Comments
 (0)