Coccinelle release 1.0.0c7.
[bpt/coccinelle.git] / tests / regexp.cocci
index 06e94ff..c74d507 100644 (file)
@@ -18,7 +18,7 @@ t id;
 
 @nocontain@
 type t;
-identifier anyid.id !=~ "foo";
+identifier anyid.id !~ "foo";
 fresh identifier nocontain = id ##"_doesn_t_contain_foo";
 @@