Ver Fonte

Fixing test for Empty.

Bart De Smet há 8 anos atrás
pai
commit
de7600a4a5

+ 0 - 1
Ix.NET/Source/System.Linq.Async.Tests/System/Linq/Operators/Empty.cs

@@ -24,7 +24,6 @@ namespace Tests
 
             var e = xs.GetAsyncEnumerator();
             Assert.False(e.MoveNextAsync().Result);
-            AssertThrows<InvalidOperationException>(() => Nop(e.Current));
         }
 
         private void Nop(object o)