Skip to content
This repository has been archived by the owner on Dec 12, 2017. It is now read-only.

Commit

Permalink
Remove pure attribute from asserts
Browse files Browse the repository at this point in the history
IsType and IsAssignableFrom return values, but it's not an error to
ignore the return value.

Fixes #69
  • Loading branch information
citizenmatt committed Aug 5, 2015
1 parent f124b6c commit 65046b8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions resharper/ExternalAnnotations/xunit.assert.xml
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,6 @@

<!-- Type asserts -->
<member name="M:Xunit.Assert.IsAssignableFrom``1(System.Object)">
<attribute ctor="M:JetBrains.Annotations.PureAttribute.#ctor" />
<attribute ctor="M:JetBrains.Annotations.NotNullAttribute.#ctor" />
<attribute ctor="M:JetBrains.Annotations.AssertionMethodAttribute.#ctor" />
<attribute ctor="M:JetBrains.Annotations.ContractAnnotationAttribute.#ctor(System.String)">
Expand Down Expand Up @@ -742,7 +741,6 @@
</member>

<member name="M:Xunit.Assert.IsType``1(System.Object)">
<attribute ctor="M:JetBrains.Annotations.PureAttribute.#ctor" />
<attribute ctor="M:JetBrains.Annotations.NotNullAttribute.#ctor" />
<attribute ctor="M:JetBrains.Annotations.AssertionMethodAttribute.#ctor" />
<attribute ctor="M:JetBrains.Annotations.ContractAnnotationAttribute.#ctor(System.String)">
Expand Down

0 comments on commit 65046b8

Please sign in to comment.