Fix LinearGradientMode parameter validation to match corefx (#5672)
[mono.git] / mcs / tests / test-debug-01.cs
1 class C
2 {
3         public static void Main ()
4         {
5         }
6 }