Sfoglia il codice sorgente

Add Coccinelle patch for replacing tt_assert(0) with tt_abort().

Alexander Færøy 7 anni fa
parent
commit
3fd68b249b
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. 5 0
      scripts/coccinelle/test_assert_zero.cocci

+ 5 - 0
scripts/coccinelle/test_assert_zero.cocci

@@ -0,0 +1,5 @@
+@@
+@@
+
+- tt_assert(0)
++ tt_abort()