From c67d39822c88b54aa8cf2965ee8bb7b206f8b645 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 (synced from 5c783da3fc0f593e8cbe504552e63ddefb2da619) --- src/ox/mc/test/tests.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ox/mc/test/tests.cpp b/src/ox/mc/test/tests.cpp index 5a7a84988..4b10ebb73 100644 --- a/src/ox/mc/test/tests.cpp +++ b/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); } },