From d4bf329e7975eca4eab3522766785b3ae624aa8f Mon Sep 17 00:00:00 2001 From: Zandra Date: Thu, 3 Dec 2015 10:11:58 +0100 Subject: rm assertReceive, due to a leftover of a conflict resolution c574bd33c39d91c487c3fcd819226ecfc46c13c8 --- lib/eunit/include/eunit.hrl | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/eunit') diff --git a/lib/eunit/include/eunit.hrl b/lib/eunit/include/eunit.hrl index 88e9d6c19b..8f678b0290 100644 --- a/lib/eunit/include/eunit.hrl +++ b/lib/eunit/include/eunit.hrl @@ -135,7 +135,6 @@ -define(_assertThrow(Term, Expr), ?_assertException(throw, Term, Expr)). -define(_assertNotException(Class, Term, Expr), ?_test(?assertNotException(Class, Term, Expr))). --define(_assertReceive(Guard, Expr), ?_test(?assertReceive(Guard, Expr))). %% Macros for running operating system commands. (Note that these %% require EUnit to be present at runtime, or at least eunit_lib.) -- cgit v1.2.3