New test.
[mono.git] / mcs / class / corlib / System.Collections.Generic / IComparer.cs
index a2d6495198e55855b6523cb4bbeb72431571e25a..fafab15667f1d4ffbb25cf6e14e2086152965d30 100644 (file)
@@ -35,7 +35,6 @@ using System;
 using System.Runtime.InteropServices;
 
 namespace System.Collections.Generic {
-       [ComVisible(false)]
        public interface IComparer<T> {
                int Compare (T x, T y);
        }