aboutsummaryrefslogtreecommitdiffstats
path: root/lib/megaco/test/megaco_codec_v1_test.erl
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2011-02-25 18:14:00 +0100
committerMicael Karlberg <[email protected]>2011-02-25 18:14:00 +0100
commit9671856faa243ee4567f4059fba28fd85b5d9baa (patch)
treeb652ef0add4ba3df82320570f7ca48c8ade674f5 /lib/megaco/test/megaco_codec_v1_test.erl
parentfeb08b2bc629530ab593c6497d2476e37d8a9251 (diff)
downloadotp-9671856faa243ee4567f4059fba28fd85b5d9baa.tar.gz
otp-9671856faa243ee4567f4059fba28fd85b5d9baa.tar.bz2
otp-9671856faa243ee4567f4059fba28fd85b5d9baa.zip
No auto import of error/1,2.
Diffstat (limited to 'lib/megaco/test/megaco_codec_v1_test.erl')
-rw-r--r--lib/megaco/test/megaco_codec_v1_test.erl6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/megaco/test/megaco_codec_v1_test.erl b/lib/megaco/test/megaco_codec_v1_test.erl
index 7068d005da..8190407aec 100644
--- a/lib/megaco/test/megaco_codec_v1_test.erl
+++ b/lib/megaco/test/megaco_codec_v1_test.erl
@@ -1,7 +1,7 @@
%%
%% %CopyrightBegin%
%%
-%% Copyright Ericsson AB 2003-2010. All Rights Reserved.
+%% Copyright Ericsson AB 2003-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
@@ -26,6 +26,10 @@
%% ----
+-compile({no_auto_import,[error/1]}).
+
+%% ----
+
-include_lib("megaco/include/megaco.hrl").
-include_lib("megaco/include/megaco_message_v1.hrl").
-include("megaco_test_lib.hrl").