diff --git a/deps/ox/src/ox/mc/test/tests.cpp b/deps/ox/src/ox/mc/test/tests.cpp index 5a7a8498..4b10ebb7 100644 --- a/deps/ox/src/ox/mc/test/tests.cpp +++ b/deps/ox/src/ox/mc/test/tests.cpp @@ -226,8 +226,8 @@ std::map tests = { // Signed check needs lambda templates to run correctly without // code deduplication - //oxAssert(check64(encodeInteger(MaxValue), MaxValue), "Encode MaxValue fail"); - //oxAssert(check64(encodeInteger(MaxValue), MaxValue), "Encode MaxValue fail"); + oxAssert(check64(encodeInteger(MaxValue), MaxValue), "Encode MaxValue fail"); + oxAssert(check64(encodeInteger(MaxValue), MaxValue), "Encode MaxValue fail"); return OxError(0); } },