|
|
|
@ -222,9 +222,7 @@ namespace ICSharpCode.NRefactory.CSharp.Resolver
@@ -222,9 +222,7 @@ namespace ICSharpCode.NRefactory.CSharp.Resolver
|
|
|
|
|
AssertType(typeof(StringComparison?), resolver.ResolveUnaryOperator(UnaryOperatorType.BitNot, MakeResult(typeof(StringComparison?)))); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#if __MonoCS__
|
|
|
|
|
[Ignore("Broken on mcs")] |
|
|
|
|
#endif
|
|
|
|
|
[Ignore("Broken on mcs and roslyn (https://github.com/dotnet/roslyn/issues/2429)")] |
|
|
|
|
[Test] |
|
|
|
|
public void IntMinValue() |
|
|
|
|
{ |
|
|
|
|