[System.Data] Try to fix random DataViewTest.DefaultColumnNameAddListChangedTest...
[mono-project.git] / mcs / tests / test-218.cs
blob816728fe54cc0621634b0fc79b0dfd73577606cc
1 class T
3 public static void Main()
4 {}
5 delegate void foo (object o);
7 static foo[] f = { new foo(T.compareQueryQuery1) };
9 static void compareQueryQuery1(object o) {}