Skip to content

Commit

Permalink
try to fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
alifahrri committed Dec 10, 2023
1 parent ca48c7c commit 401c6f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions include/nmtools/testing/data/array/slice.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
#include "nmtools/testing/testing.hpp"
#include "nmtools/testing/array_cast.hpp"

using nmtools_tuple;

NMTOOLS_TESTING_DECLARE_CASE(array, slice)
{
using nmtools::array::static_vector;
Expand Down
3 changes: 2 additions & 1 deletion include/nmtools/testing/data/index/slice.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ namespace nm = nmtools;
namespace na = nm::array;
namespace kind = na::kind;

using nmtools_tuple;

NMTOOLS_TESTING_DECLARE_CASE(index, shape_slice)
{
using nmtools_tuple;
using namespace nm::literals;

NMTOOLS_TESTING_DECLARE_ARGS(case1)
Expand Down

0 comments on commit 401c6f1

Please sign in to comment.