tests: fix test errors for engine nitc
[nit.git] / tests / test_ni_super.nit
index 2595e8a..e0c0d1b 100644 (file)
@@ -20,7 +20,7 @@ end
 
 class B
 super A
-       redef fun id : String is extern import super, String::from_cstring, String::to_cstring
+       redef fun id : String is extern import super, NativeString::to_s, String::to_cstring
 end
 
 var a = new A