[lldb] Correct hex digit regex in some tests
authorDavid Spickett <david.spickett@linaro.org>
Fri, 6 May 2022 09:28:21 +0000 (09:28 +0000)
committerDavid Spickett <david.spickett@linaro.org>
Fri, 6 May 2022 09:28:21 +0000 (09:28 +0000)
commit0dfafa489230061cdde39d9e7294bb61d23f1064
tree7bf4324877e981318a7e830cd2fb5e392958ed49
parentaa0e167fab88cbef4d3f301534c86d143f2274ec
[lldb] Correct hex digit regex in some tests

"A-f" -> "A-F"
lldb/test/API/commands/memory/read/TestMemoryRead.py
lldb/test/API/linux/aarch64/mte_tag_access/TestAArch64LinuxMTEMemoryTagAccess.py