[System.Data] Try to fix random DataViewTest.DefaultColumnNameAddListChangedTest...
[mono-project.git] / mcs / tests / test-899.cs
blob2f8c9e57d37a75b2c34a4b786eefe4fe71f45275
1 using System;
3 class Test
5 public static void Main()
7 object o;
8 lock (o = new object())
10 Console.WriteLine (o);
13 Console.WriteLine (o);