[System.Data] Try to fix random DataViewTest.DefaultColumnNameAddListChangedTest...
[mono-project.git] / mcs / tests / test-debug-16.cs
blob16db9204083d8cbe635791b55c1c0d7ac6617725
1 using System;
2 using System.Collections.Generic;
4 class C
6 string Name;
7 int value;
9 public static void Main ()
13 void Test_1 ()
15 var o = new Dictionary<string, int> ()
18 "Foo", 3
21 "Bar", 1
26 void Test_2 ()
28 var user = new C()
30 Name = "nn",
31 value = 8