2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mono / tests / pinvoke1.cs
old mode 100755 (executable)
new mode 100644 (file)
index 8e95d35..ab6c590
@@ -18,7 +18,7 @@ public class Test : T {
 
        delegate int MyDelegate (string name);
 
-       [DllImport ("libtest.so", EntryPoint="mono_test_puts_static")]
+       [DllImport ("libtest", EntryPoint="mono_test_puts_static")]
        public static extern int puts_static (string name);
 
        public static int Main () {