Skip to content

Commit

Permalink
Removed extraneous print statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
LTLA committed Oct 2, 2023
1 parent fc30850 commit 157b1ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/src/number.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ TEST(Hdf5NumberTest, MissingValues) {
auto path = "TEST-number.h5";

auto missing = uzuki2::hdf5::legacy_missing_double();
std::cout << missing << std::endl;
EXPECT_TRUE(std::isnan(missing));

// Old version used the missing R value.
Expand Down

0 comments on commit 157b1ab

Please sign in to comment.