aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/test/base64_SUITE.erl
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2011-01-14 10:14:40 +0100
committerIngela Anderton Andin <[email protected]>2011-01-17 09:37:35 +0100
commit10c9b3f42e8c2be2d3cdd4f729c1901a79ead79c (patch)
tree9a7fd46c37b708a049f5338da71a609acf24704e /lib/stdlib/test/base64_SUITE.erl
parent05f8664012999f97a80593acce6d3d79793b0634 (diff)
downloadotp-10c9b3f42e8c2be2d3cdd4f729c1901a79ead79c.tar.gz
otp-10c9b3f42e8c2be2d3cdd4f729c1901a79ead79c.tar.bz2
otp-10c9b3f42e8c2be2d3cdd4f729c1901a79ead79c.zip
Removed use of deprecated function size
Diffstat (limited to 'lib/stdlib/test/base64_SUITE.erl')
-rw-r--r--lib/stdlib/test/base64_SUITE.erl3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/stdlib/test/base64_SUITE.erl b/lib/stdlib/test/base64_SUITE.erl
index 3790e7d4c0..d8bb2dfb60 100644
--- a/lib/stdlib/test/base64_SUITE.erl
+++ b/lib/stdlib/test/base64_SUITE.erl
@@ -1,7 +1,7 @@
%%
%% %CopyrightBegin%
%%
-%% Copyright Ericsson AB 2007-2009. All Rights Reserved.
+%% Copyright Ericsson AB 2007-2011. All Rights Reserved.
%%
%% The contents of this file are subject to the Erlang Public License,
%% Version 1.1, (the "License"); you may not use this file except in
@@ -18,7 +18,6 @@
%%
-module(base64_SUITE).
--author('[email protected]').
-include("test_server.hrl").
-include("test_server_line.hrl").