Browse Source

Ignore test that is broken on roslyn.

pull/681/head
Daniel Grunwald 10 years ago
parent
commit
0a6754bbbe
  1. 4
      src/Libraries/NRefactory/ICSharpCode.NRefactory.Tests/CSharp/Resolver/UnaryOperatorTests.cs

4
src/Libraries/NRefactory/ICSharpCode.NRefactory.Tests/CSharp/Resolver/UnaryOperatorTests.cs

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

Loading…
Cancel
Save