This website works better with JavaScript
Home
Explore
Help
Sign In
piros
/
tor
Watch
3
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Add Coccinelle patch for replacing tt_assert(0) with tt_abort().
Alexander Færøy
8 years ago
parent
25eaf77033
commit
3fd68b249b
1 changed files
with
5 additions
and
0 deletions
Split View
Show Diff Stats
5
0
scripts/coccinelle/test_assert_zero.cocci
+ 5
- 0
scripts/coccinelle/test_assert_zero.cocci
View File
@@ -0,0 +1,5 @@
+@@
+@@
+
+- tt_assert(0)
++ tt_abort()