Skip to content

Commit

Permalink
idioms-reg-couples: fix #12, remove abort() call test in function_40edd0
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterMatula committed Sep 14, 2018
1 parent 46f3b66 commit 3ebc785
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bugs/idioms-reg-couples/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1666,7 +1666,6 @@ def test_check_std_functions_calls(self):
assert fnc.calls( 'GetProcAddress' )
assert fnc.calls( 'GetUserDefaultUILanguage' )
fnc = self.out_c.funcs[ 'function_40edd0' ]
assert fnc.calls( 'abort' )
fnc = self.out_c.funcs[ 'function_40ee80' ]
fnc = self.out_c.funcs[ 'function_40ef30' ]
fnc = self.out_c.funcs[ 'function_40ef40' ]
Expand Down

0 comments on commit 3ebc785

Please sign in to comment.