Skip to content

Commit

Permalink
Reenable tests for all the types
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed Jul 18, 2024
1 parent c4f2e06 commit d35e1c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/test_typed_array.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -360,18 +360,18 @@ TEST_SUITE("typed_array")

TEST_CASE_TEMPLATE_INVOKE(
all,
/*bool,
bool,
std::uint8_t,
std::int8_t,
std::uint16_t,
std::int16_t,
std::uint32_t,
std::int32_t,
std::uint64_t,
std::int64_t,*/
std::string/*,
std::int64_t,
std::string,
float16_t,
float32_t,
float64_t*/
float64_t
);
}

0 comments on commit d35e1c9

Please sign in to comment.