Browse Source

Fix unit test failing on .NET 4.5 RC.

newNRvisualizers
Daniel Grunwald 13 years ago
parent
commit
eb41192c49
  1. 1
      ICSharpCode.NRefactory.Tests/TypeSystem/CecilLoaderTests.cs

1
ICSharpCode.NRefactory.Tests/TypeSystem/CecilLoaderTests.cs

@ -145,7 +145,6 @@ namespace ICSharpCode.NRefactory.TypeSystem @@ -145,7 +145,6 @@ namespace ICSharpCode.NRefactory.TypeSystem
Assert.AreEqual(0, c.GetProperties().Count());
Assert.AreEqual(0, c.GetEvents().Count());
Assert.AreEqual(0, c.GetFields().Count());
Assert.AreEqual(3, c.Attributes.Count);
}
[Test]

Loading…
Cancel
Save