Skip to content

Commit

Permalink
unary-assertion delete
Browse files Browse the repository at this point in the history
  • Loading branch information
walkalone20 committed Apr 23, 2024
1 parent 64c1dcd commit f079a1e
Show file tree
Hide file tree
Showing 3 changed files with 158 additions and 203 deletions.
2 changes: 1 addition & 1 deletion test/cpp/phi/core/unroll_array_ops_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ bool CheckEquality(const T* p, size_t n, T val) {

template <int D1, int D2>
bool FillConstantTestMain() {
static_assert(D1 >= D2, "");
static_assert(D1 >= D2);
std::array<int, D1> arr;
arr.fill(0);

Expand Down
Loading

0 comments on commit f079a1e

Please sign in to comment.