From 3fd68b249b1472097c3d1466d28b926dbd380657 Mon Sep 17 00:00:00 2001 From: Alexander Færøy Date: Mon, 5 Jun 2017 15:19:46 +0000 Subject: Add Coccinelle patch for replacing tt_assert(0) with tt_abort(). --- scripts/coccinelle/test_assert_zero.cocci | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 scripts/coccinelle/test_assert_zero.cocci (limited to 'scripts/coccinelle') diff --git a/scripts/coccinelle/test_assert_zero.cocci b/scripts/coccinelle/test_assert_zero.cocci new file mode 100644 index 0000000000..09feaa5fb4 --- /dev/null +++ b/scripts/coccinelle/test_assert_zero.cocci @@ -0,0 +1,5 @@ +@@ +@@ + +- tt_assert(0) ++ tt_abort() -- cgit v1.2.3-54-g00ecf