Release coccinelle-0.1.1
[bpt/coccinelle.git] / tests / bugon.cocci
CommitLineData
34e49164
C
1@@ expression E; @@
2
3- if (unlikely(E)) { BUG(); }
4+ BUG_ON(E);