Skip to content

Commit 579e063

Browse files
committed
Revert "Hm check if HDF5 is the culprit"
This reverts commit a41b6e5.
1 parent a41b6e5 commit 579e063

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/SerialIOTest.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,6 @@ TEST_CASE("char_roundtrip", "[serial]")
184184
{
185185
for (auto const &t : testedFileExtensions())
186186
{
187-
if (t == "h5")
188-
continue;
189187
char_roundtrip(t);
190188
}
191189
}

0 commit comments

Comments
 (0)