Skip to content

Commit

Permalink
Update vector_test.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
lackhole committed Feb 23, 2024
1 parent 717e408 commit e1b8453
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/vector_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ int main() {
std::cerr << "__cplusplus: " << __cplusplus << '\n';
std::cerr << "NDEBUG: " << NDEBUG_DEFINED << '\n';

static_assert(sizeof(int*) == 8, " ");

ss::vector<int> vv;

Expand Down

0 comments on commit e1b8453

Please sign in to comment.