Release coccinelle-0.1.9-rc1
[bpt/coccinelle.git] / tests / bugon.cocci
1 @disable unlikely@ expression E; @@
2
3 - if (unlikely(E)) { BUG(); }
4 + BUG_ON(E);