[System.Windows.Forms] Disable failing test
[mono-project.git] / mcs / tests / gtest-645.cs
blob5ed87bacabf1039cb9b7c00efe07f533862a8f1e
1 // Compiler options: -r:gtest-645-lib.dll
3 using System;
4 using SeparateAssembly;
6 class Program
8 public static void Main()
12 public static void AddChildButton<T1, T2>(IGenericAction<T1, T2> action)
14 IGenericAction<T2, T1> childAction = null;
15 action.AddAction (childAction);