Skip to content

Commit ac37406

Browse files
committed
[NFC] Run formatter
1 parent b7c9fc1 commit ac37406

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lldb/test/API/macosx/mte/TestDarwinMTE.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,7 @@ def test_memory_region(self):
4444
# memory tagging: enabled
4545
# Modified memory (dirty) page list provided, 2 entries.
4646
# Dirty pages: 0x1005ec000, 0x1005fc000.
47-
self.expect(
48-
"memory region ptr",
49-
substrs=[") rw-", "memory tagging: enabled"]
50-
)
47+
self.expect("memory region ptr", substrs=["memory tagging: enabled"])
5148

5249
@skipUnlessFeature(cpu_feature.AArch64.MTE)
5350
def test_memory_read_with_tags(self):

0 commit comments

Comments
 (0)