From afb959a083d41b715ecdbc46295d32a3850ec7a2 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Mon, 12 Jun 2017 19:02:08 +0200 Subject: [PATCH] :hammer: removed nonportable code --- test/src/unit-regression.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/src/unit-regression.cpp b/test/src/unit-regression.cpp index f4f1f61da..cd2374ff8 100644 --- a/test/src/unit-regression.cpp +++ b/test/src/unit-regression.cpp @@ -734,13 +734,11 @@ TEST_CASE("regression tests") if (i == 0) { CHECK(val == json({{"one", 1}, {"two", 2}})); - CHECK(static_cast(stream.tellg()) == 28); } if (i == 1) { CHECK(val == json({{"three", 3}})); - CHECK(static_cast(stream.tellg()) == 44); } ++i;