Merge pull request #5675 from mono/glib-debug-symbols
[mono.git] / mono / tests / handleref.cs
index e88f915d2f3a54d51f9fb7bb2542a6e77e9fed51..271e4f4850c410027635e1a4bb405f164567140b 100644 (file)
@@ -9,7 +9,7 @@ public class Tests {
        [DllImport ("libtest")]
        public static extern void mono_safe_handle_ref (ref HandleRef handle);
 
-       [DllImport ("libtest", EntryPoint="mono_xr")]
+       [DllImport ("libtest", EntryPoint="mono_xr_as_handle")]
        public static extern HandleRef mono_xr_as_handle (HandleRef r);
 
        [DllImport ("libtest")]