diff --git a/tests/decoder_tests.cpp b/tests/decoder_tests.cpp index 930b723d..e3155483 100644 --- a/tests/decoder_tests.cpp +++ b/tests/decoder_tests.cpp @@ -17,7 +17,7 @@ using namespace Dynarmic; -TEST_CASE("ASIMD Decoder: Ensure table order correctness", "[decode][a32]") { +TEST_CASE("ASIMD Decoder: Ensure table order correctness", "[decode][a32][.]") { const auto table = A32::GetASIMDDecodeTable(); const auto get_ir = [](const A32::ASIMDMatcher& matcher, u32 instruction) {