[System.Data] Try to fix random DataViewTest.DefaultColumnNameAddListChangedTest...
[mono-project.git] / mcs / tests / gtest-337.cs
blob7c3dd26c7c179c9b74ee98584a76e7b9385f2ed7
3 using System;
5 class X {
6 static void SetValue<T> (object o, T x)
10 public static void Main ()
12 object o = null;
13 double [] d = null;
15 SetValue (o, d);