Skip to content

Commit bac8510

Browse files
dklimkinjasonmolenda
authored andcommitted
Update test past bdbad0d (llvm#84889)
(cherry picked from commit ce1fd92)
1 parent 8cebd38 commit bac8510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/functionalities/data-formatter/builtin-formats/TestBuiltinFormats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,5 +293,5 @@ def test_pointer(self):
293293
@no_debug_info_test
294294
def test_instruction(self):
295295
self.assertIn(
296-
" addq 0xa(%rdi), %r8\n", self.getFormatted("instruction", "0x0a47034c")
296+
"= addq 0xa(%rdi), %r8\n", self.getFormatted("instruction", "0x0a47034c")
297297
)

0 commit comments

Comments
 (0)