diff options
author | Henrik Nord <[email protected]> | 2011-09-28 15:03:38 +0200 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2011-09-28 15:03:49 +0200 |
commit | b1736de28b8b4138c7282c780fafd984046dd53e (patch) | |
tree | 52a18f08e137ca2e2dc0ebea361a879e139a85f0 /lib/eunit/include/eunit.hrl | |
parent | ae097a5161b79f16f8b9a2d8f73e5e2f1792edec (diff) | |
parent | c78dae078936252a605630170b81dcd3e09382fa (diff) | |
download | otp-b1736de28b8b4138c7282c780fafd984046dd53e.tar.gz otp-b1736de28b8b4138c7282c780fafd984046dd53e.tar.bz2 otp-b1736de28b8b4138c7282c780fafd984046dd53e.zip |
Merge branch 'rc/eunit-2.2.1' into dev
* rc/eunit-2.2.1:
removed some never-matching clauses reported by dialyzer
updated author e-mails and homepages
removed cvs keywords from files
removed files that should not be checked in
OTP-9591
Diffstat (limited to 'lib/eunit/include/eunit.hrl')
-rw-r--r-- | lib/eunit/include/eunit.hrl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/eunit/include/eunit.hrl b/lib/eunit/include/eunit.hrl index 493ba60a2d..db68d8ae60 100644 --- a/lib/eunit/include/eunit.hrl +++ b/lib/eunit/include/eunit.hrl @@ -13,8 +13,6 @@ %% Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 %% USA %% -%% $Id: eunit.hrl 337 2009-03-09 08:38:28Z rcarlsson $ -%% %% Copyright (C) 2004-2006 Micka�l R�mond, Richard Carlsson %% Including this file turns on testing and defines TEST, unless NOTEST |