Fix LinearGradientMode parameter validation to match corefx (#5672)
[mono.git] / mcs / tests / gtest-exmethod-40-lib.cs
1 // Compiler options: -t:library
2
3 namespace N
4 {
5         public static class ES
6         {
7                 public static void ShouldEqual (this object actual, object expected)
8                 {
9                 }
10         }
11 }