Skip to content

Commit 3484d0f

Browse files
eugenisSterling-Augustine
authored andcommitted
[scudo] Fix wording for unsupported test reason. (llvm#110716)
1 parent ccc1df4 commit 3484d0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/lib/scudo/standalone/tests/memtag_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ namespace scudo {
1919

2020
TEST(MemtagBasicDeathTest, Unsupported) {
2121
if (archSupportsMemoryTagging())
22-
TEST_SKIP("Memory tagging is not supported");
22+
TEST_SKIP("Memory tagging is not unsupported");
2323
// Skip when running with HWASan.
2424
if (&__hwasan_init != 0)
2525
TEST_SKIP("Incompatible with HWASan");

0 commit comments

Comments
 (0)