mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 06:48:05 +01:00
Add Coccinelle patch for replacing tt_assert(0) with tt_abort().
This commit is contained in:
parent
25eaf77033
commit
3fd68b249b
1 changed files with 5 additions and 0 deletions
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…
Add table
Reference in a new issue