Fix DateTime.Now and CurrentTimeToUtc during DST transition time (#4172)
[mono-project.git] / mcs / tests / gtest-184.cs
blob8068e346e23ec15a225640e47c99c0a95b10fae0
1 class X {
2 public static void Main ()
4 string [] s = { "a", "b", "a" };
5 System.Array.FindAll (s, delegate (string str) { return str == "a"; });