Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
formatting
  • Loading branch information
kastiglione committed Apr 23, 2026
commit 05d24d3fd66453559f2a93c644528a134f1087a2
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,5 @@ def test_no_braces(self):
self.build()
self.runCmd("settings set target.print-braces false")
lldbutil.run_to_source_breakpoint(self, "break here", lldb.SBFileSpec("main.c"))
self.expect(
"frame variable s", matching=False, substrs=["{", "}"]
)
self.expect("frame variable s", matching=False, substrs=["{", "}"])
self.expect("frame variable s", substrs=["x = 1", "y = 2", "z = 3"])