Merge: simplify glslangValidator test to support different versions of the tool
[nit.git] / tests / test_ffi_c_new_extern.nit
index 1a15da1..091c999 100644 (file)
@@ -14,7 +14,7 @@
 
 # Test callback to an extern constructor from extern code
 
-import standard::string
+import standard::text
 
 extern class IntPtr `{ int* `}
        new (v: Int) `{