mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-22 19:58:49 +00:00
[ci skip] style(test): suppress IteratorNeverReturns warning
This commit is contained in:
parent
3ce8d281b7
commit
76810408f2
@ -30,6 +30,8 @@ public class EnumerableTests
|
||||
{
|
||||
yield return 1;
|
||||
}
|
||||
|
||||
// ReSharper disable once IteratorNeverReturns
|
||||
}
|
||||
|
||||
Assert.ThrowsException<OverflowException>(() => GetValues().CountWhereNot(x => x % 2 == 0));
|
||||
|
Loading…
Reference in New Issue
Block a user