tests: ffi use `Sys_` instead of `Object_` prefix
[nit.git] / tests / test_ffi_c_callbacks.nit
index fee35a5..5445bbf 100644 (file)
@@ -21,7 +21,7 @@ end
 fun foo do print "foo"
 
 fun call_a_fun import foo `{
-       Object_foo(recv);
+       Sys_foo(recv);
 `}
 
 fun call_a_constructor import A, A.bar `{