Skip to content

Commit b1f13e7

Browse files
Redo Workflow tests
1 parent 4bf584e commit b1f13e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/functionalities/rich-disassembler/TestRichDisassembler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class TestRichDisassembler(TestBase):
77
def test_d_original_example_O1(self):
88
"""
99
Tests disassembler output for d_original_example.c built with -O1,
10-
using the CLI with --rich to enable annotations.
10+
using the CLI with --rich for enabled annotations.
1111
"""
1212
self.build(
1313
dictionary={"C_SOURCES": "d_original_example.c", "CFLAGS_EXTRAS": "-g -O1"}

0 commit comments

Comments
 (0)