cleanup: remove old 'special' keyword
[nit.git] / tests / test_ffi_c_more.nit
index 51d2a6b..d268855 100644 (file)
@@ -63,18 +63,18 @@ extern A
 end
 
 extern B
-special A
+super A
 end
 
 extern C `{int*`}
 end
 
 extern D
-special C
+super C
 end
 
 extern E
-special C
+super C
 end
 
 var a = new A