[System.Data] Try to fix random DataViewTest.DefaultColumnNameAddListChangedTest...
[mono-project.git] / mcs / tests / gtest-297.cs
blob3406337d4b98aaeced95b761d5ba6bb120b56493
1 // Compiler options: -warnaserror -warn:4
3 using System;
4 using System.Runtime.CompilerServices;
6 [assembly: RuntimeCompatibility (WrapNonExceptionThrows=false)]
8 public class Test
10 public static void Main ()
12 try {
13 } catch (Exception) {
14 } catch {