mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 05:03:43 +01:00
Add Coccinelle patch for replacing tt_assert(0) with tt_abort().
This commit is contained in:
parent
25eaf77033
commit
3fd68b249b
5
scripts/coccinelle/test_assert_zero.cocci
Normal file
5
scripts/coccinelle/test_assert_zero.cocci
Normal file
@ -0,0 +1,5 @@
|
||||
@@
|
||||
@@
|
||||
|
||||
- tt_assert(0)
|
||||
+ tt_abort()
|
Loading…
Reference in New Issue
Block a user