Merge pull request #3522 from henricm/fix-csharp-compiler-path-windows
[mono.git] / mcs / class / corlib / Test / System / TimeZoneInfo.AdjustmentRuleTest.cs
index 62ae67cfc814755576e69e8a862864bc5bc71e36..ed45adfb13775ec29015ce83e62cfed9d4503b36 100644 (file)
@@ -82,8 +82,6 @@ namespace MonoTests.System
                        [Test]
                        public void DeltaNotInSeconds ()
                        {
-                               if (Environment.OSVersion.Platform != PlatformID.Unix)
-                                       throw new ArgumentOutOfRangeException ();;
                                DateTime dateStart = new DateTime (2007,01,01);
                                DateTime dateEnd = new DateTime (2008,01,01);
                                TimeZoneInfo.TransitionTime daylightTransitionStart = TimeZoneInfo.TransitionTime.CreateFixedDateRule (new DateTime (1,1,1,2,0,0), 03, 11);