We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bf584e commit b1f13e7Copy full SHA for b1f13e7
lldb/test/API/functionalities/rich-disassembler/TestRichDisassembler.py
@@ -7,7 +7,7 @@ class TestRichDisassembler(TestBase):
7
def test_d_original_example_O1(self):
8
"""
9
Tests disassembler output for d_original_example.c built with -O1,
10
- using the CLI with --rich to enable annotations.
+ using the CLI with --rich for enabled annotations.
11
12
self.build(
13
dictionary={"C_SOURCES": "d_original_example.c", "CFLAGS_EXTRAS": "-g -O1"}
0 commit comments