aboutsummaryrefslogtreecommitdiffstats
path: root/lib/eunit
diff options
context:
space:
mode:
authorZandra <[email protected]>2015-12-04 10:26:48 +0100
committerZandra <[email protected]>2015-12-04 10:26:48 +0100
commit04bbaa2118eaa4c98ac485f142923e9f1258da5a (patch)
tree63070cfe47c8e355e56d0ea03919ae6616ae9477 /lib/eunit
parent4685febaa7d4c1b5fc161c2910f6e7ec5993b88c (diff)
parent646d3d24a9031c96f726b9a2c715b6da144334c8 (diff)
downloadotp-04bbaa2118eaa4c98ac485f142923e9f1258da5a.tar.gz
otp-04bbaa2118eaa4c98ac485f142923e9f1258da5a.tar.bz2
otp-04bbaa2118eaa4c98ac485f142923e9f1258da5a.zip
Merge branch 'maint'
Diffstat (limited to 'lib/eunit')
-rw-r--r--lib/eunit/include/eunit.hrl1
1 files changed, 0 insertions, 1 deletions
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.)