Skip to content

Commit

Permalink
Update test past bdbad0d (#84889)
Browse files Browse the repository at this point in the history
  • Loading branch information
dklimkin authored Mar 12, 2024
1 parent 9228859 commit ce1fd92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -308,5 +308,5 @@ def test_pointer(self):
@no_debug_info_test
def test_instruction(self):
self.assertIn(
" addq 0xa(%rdi), %r8\n", self.getFormatted("instruction", "0x0a47034c")
"= addq 0xa(%rdi), %r8\n", self.getFormatted("instruction", "0x0a47034c")
)

0 comments on commit ce1fd92

Please sign in to comment.