test_arm_instructions.cpp: Fix missing }

This commit is contained in:
SachinVin 2021-04-10 15:53:02 +05:30
parent 358cf6f035
commit 8856604383

View File

@ -464,6 +464,7 @@ TEST_CASE("arm: PackedAbsDiffSumS8", "[arm][A32]") {
REQUIRE(jit.Regs()[14] == 0xe591fd11);
REQUIRE(jit.Regs()[15] == 0x00000008);
REQUIRE(jit.Cpsr() == 0xb0000010);
}
TEST_CASE("arm: Cleared Q flag", "[arm][A32]") {
ArmTestEnv test_env;