diff options
author | Zandra <[email protected]> | 2015-12-04 10:26:48 +0100 |
---|---|---|
committer | Zandra <[email protected]> | 2015-12-04 10:26:48 +0100 |
commit | 04bbaa2118eaa4c98ac485f142923e9f1258da5a (patch) | |
tree | 63070cfe47c8e355e56d0ea03919ae6616ae9477 /lib/eunit | |
parent | 4685febaa7d4c1b5fc161c2910f6e7ec5993b88c (diff) | |
parent | 646d3d24a9031c96f726b9a2c715b6da144334c8 (diff) | |
download | otp-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.hrl | 1 |
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.) |