Skip to content

Commit d93ecc9

Browse files
committed
Rename test_arm64_v8_pac to test_arm64_v8_cas as it tests CAS not PAC
1 parent fb3fbf3 commit d93ecc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/test_arm64.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ static void test_arm64_code_patching_count(void)
122122
OK(uc_close(uc));
123123
}
124124

125-
static void test_arm64_v8_pac(void)
125+
static void test_arm64_v8_cas(void)
126126
{
127127
uc_engine *uc;
128128
char code[] = "\x28\xfd\xea\xc8"; // casal x10, x8, [x9]
@@ -698,7 +698,7 @@ static void test_arm64_pc_guarantee(void)
698698
TEST_LIST = {{"test_arm64_until", test_arm64_until},
699699
{"test_arm64_code_patching", test_arm64_code_patching},
700700
{"test_arm64_code_patching_count", test_arm64_code_patching_count},
701-
{"test_arm64_v8_pac", test_arm64_v8_pac},
701+
{"test_arm64_v8_cas", test_arm64_v8_cas},
702702
{"test_arm64_read_sctlr", test_arm64_read_sctlr},
703703
{"test_arm64_hook_insn_mrs", test_arm64_hook_insn_mrs},
704704
{"test_arm64_hook_insn_wfi", test_arm64_hook_insn_wfi},

0 commit comments

Comments
 (0)