online_ide: update to the new API of the loader
[nit.git] / tests / test_ffi_c_new_extern.nit
index 1a15da1..5181198 100644 (file)
@@ -14,7 +14,7 @@
 
 # Test callback to an extern constructor from extern code
 
-import standard::string
+import core::text
 
 extern class IntPtr `{ int* `}
        new (v: Int) `{