Skip to content

Commit

Permalink
fix sycl tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alifahrri committed Jul 18, 2024
1 parent b95e35f commit c7b4022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sycl/array/atleast_nd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ inline auto name##_ls_db = nmtools::cast(name, nmtools::array::kind::ndarray_ls_
namespace nm = nmtools;
namespace na = nm::array;

#define ATLEAST_ND_SUBCASE(case_name, ...), nd \
#define ATLEAST_ND_SUBCASE(case_name, ...) \
SUBCASE(#case_name) \
{ \
NMTOOLS_TESTING_USE_CASE(array, atleast_nd, case_name); \
Expand Down

0 comments on commit c7b4022

Please sign in to comment.