Skip to content

Commit

Permalink
remove redundant print in unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
WanZhiQiu-ac committed Jan 7, 2025
1 parent 6f4d7af commit 1df2908
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/eigen_test/eigen_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,6 @@ int main()
c1.setIdentity();
c2.setIdentity();
buffer = glz::write_json(c1).value();
std::cout << buffer << std::endl;
expect(buffer == "[1,0,0,1,0,0]");
expect(not glz::read_json(c2, buffer));
expect(c1.matrix() == c2.matrix());
Expand Down

0 comments on commit 1df2908

Please sign in to comment.