Skip to content

Commit ce1fd92

Browse files
authored
Update test past bdbad0d (#84889)
1 parent 9228859 commit ce1fd92

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
@@ -308,5 +308,5 @@ def test_pointer(self):
308308
@no_debug_info_test
309309
def test_instruction(self):
310310
self.assertIn(
311-
" addq 0xa(%rdi), %r8\n", self.getFormatted("instruction", "0x0a47034c")
311+
"= addq 0xa(%rdi), %r8\n", self.getFormatted("instruction", "0x0a47034c")
312312
)

0 commit comments

Comments
 (0)