Skip to content

Commit

Permalink
More Tuple Fun
Browse files Browse the repository at this point in the history
  • Loading branch information
JaredTate committed Mar 28, 2024
1 parent 930827d commit a306fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/devtools/test-security-check.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def test_MACHO(self):
self.assertEqual(call_security_check(cc, source, executable, ['-fstack-protector-all']),
(1, executable+': failed LAZY_BINDINGS CONTROL_FLOW'))
self.assertEqual(call_security_check(cc, source, executable, ['-Wl,-bind_at_load','-fstack-protector-all']),
(0, ''))
(1, executable+': failed CONTROL_FLOW'))

clean_files(source, executable)

Expand Down

0 comments on commit a306fab

Please sign in to comment.