Skip to content

Commit a200201

Browse files
authored
[scudo] Fix wording for unsupported test reason. (#110716)
1 parent fa6c02a commit a200201

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)