Skip to content

Commit

Permalink
Revert "Refresh HashAlgorithmTest to match changed NullStream behavio…
Browse files Browse the repository at this point in the history
…ur in 8b9c600"

This reverts commit 7ece665.
  • Loading branch information
spouliot committed Oct 2, 2014
1 parent 16dbea5 commit d525ff7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public void Clear2 ()
}

[Test]
[ExpectedException (typeof (ArgumentNullException))]
[ExpectedException (typeof (NullReferenceException))]
public void NullStream ()
{
Stream s = null;
Expand Down

0 comments on commit d525ff7

Please sign in to comment.