[compiler-rt] [scudo] Fix wording for unsupported test reason. (PR #110716)
Florian Mayer via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 1 11:15:24 PDT 2024
================
@@ -19,7 +19,7 @@ namespace scudo {
TEST(MemtagBasicDeathTest, Unsupported) {
if (archSupportsMemoryTagging())
- TEST_SKIP("Memory tagging is not supported");
+ TEST_SKIP("Memory tagging is not unsupported");
----------------
fmayer wrote:
not unsupported? I think the previous one was fine? or we can change it to "is unsupported".
https://github.com/llvm/llvm-project/pull/110716
More information about the llvm-commits
mailing list