Release coccinelle-0.2.0
[bpt/coccinelle.git] / demos / regexp.cocci
index af56a16..fe7a6b1 100644 (file)
@@ -30,7 +30,7 @@ print "Contains foo: %s" % x
 
 @nocontain@
 type t;
-identifier foo ~!= ".*foo";
+identifier foo !~= ".*foo";
 @@
 
 t foo () {