[dynarmic] fix tests

Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
lizzie 2025-09-06 20:59:23 +00:00 committed by crueter
parent 89ff1a4d99
commit ffe0be33d4
16 changed files with 39 additions and 58 deletions

View file

@ -20,6 +20,7 @@
using namespace Dynarmic;
/*
TEST_CASE("ASIMD Decoder: Ensure table order correctness", "[decode][a32][.]") {
const auto table = A32::GetASIMDDecodeTable<A32::TranslatorVisitor>();
@ -76,3 +77,4 @@ TEST_CASE("ASIMD Decoder: Ensure table order correctness", "[decode][a32][.]") {
} while (x != 0);
}
}
*/