Merge: Misc AST
[nit.git] / tests / test_ffi_c_super.nit
index 68c20f8..8b241ff 100644 (file)
@@ -21,7 +21,7 @@ end
 class B
        super A
 
-       redef fun id : String import super, NativeString::to_s, String::to_cstring `{
+       redef fun id : String import super, NativeString.to_s, String.to_cstring `{
                char *new_name;
                char *prefix = "B special ";
                char *super_name = String_to_cstring( B_id___super( recv ) );