Skip to content

Commit

Permalink
tests: Fix build on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
lioncash committed Jan 10, 2024
1 parent abb284d commit 1a82c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/assembler_zc_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ TEST_CASE("CM.JT", "[Zc]") {
}
}

constexpr std::array stack_adj_bases_rv64{
constexpr std::array<int, 16> stack_adj_bases_rv64{
0, 0, 0, 0, 16, 16, 32, 32,
48, 48, 64, 64, 80, 80, 96, 112,
};
Expand Down

0 comments on commit 1a82c57

Please sign in to comment.