🔨 removed nonportable code
This commit is contained in:
parent
ac793e957f
commit
afb959a083
1 changed files with 0 additions and 2 deletions
|
@ -734,13 +734,11 @@ TEST_CASE("regression tests")
|
|||
if (i == 0)
|
||||
{
|
||||
CHECK(val == json({{"one", 1}, {"two", 2}}));
|
||||
CHECK(static_cast<int>(stream.tellg()) == 28);
|
||||
}
|
||||
|
||||
if (i == 1)
|
||||
{
|
||||
CHECK(val == json({{"three", 3}}));
|
||||
CHECK(static_cast<int>(stream.tellg()) == 44);
|
||||
}
|
||||
|
||||
++i;
|
||||
|
|
Loading…
Reference in a new issue