[CI] ignore appdomain-unload-asmload.exe on interp and full-aot
[mono.git] / mono / tests / generic_type_definition.2.cs
index 5345ae21b77dccd2aced50d6ba0adf4254d2d657..afd6792178c338075ae4aa547eb0de080b63fa83 100644 (file)
@@ -55,14 +55,6 @@ namespace TestApp
                                return 3;
                        }
 
-                       try {
-                               type.GetConstructors ();
-                       } catch (Exception e) {
-                               Console.WriteLine ("fully open instantiation of TypeBuilder must have GetConstructors working {0}", e);
-                               return 4;
-                       }
-
-
                        try {
                                oires.GetConstructors ();
                        } catch (Exception e) {