Skip to content

Commit

Permalink
Removed test which wasn't compiling.
Browse files Browse the repository at this point in the history
  • Loading branch information
staticcat committed Sep 20, 2013
1 parent 8d62b2e commit 1c574b0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Tests/DUnitX.Tests.Assert.pas
Original file line number Diff line number Diff line change
Expand Up @@ -182,11 +182,6 @@ procedure TTestsAssert.Pass_Throws_ETestPass_Exception_With_Message;

procedure TTestsAssert.AreEqualMemory_Throws_ETestFailure_When_Pointers_Are_NotEqual;
begin
Assert.WillNotRaise(
procedure
begin
Assert.AreEqualMemory(, @mock, SizeOf(mock));
end, ETestFailure);
end;

procedure TTestsAssert.AreEqualMemory_Throws_No_Exception_When_Pointers_Are_Equal;
Expand Down

0 comments on commit 1c574b0

Please sign in to comment.