From 5c783da3fc0f593e8cbe504552e63ddefb2da619 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Wed, 16 Mar 2022 03:20:24 -0500 Subject: [PATCH] [ox/mc] Re-enable test --- deps/ox/src/ox/mc/test/tests.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); } },