diff options
author | Micael Karlberg <[email protected]> | 2011-02-25 18:14:00 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-02-25 18:14:00 +0100 |
commit | 9671856faa243ee4567f4059fba28fd85b5d9baa (patch) | |
tree | b652ef0add4ba3df82320570f7ca48c8ade674f5 /lib/megaco/test/megaco_appup_test.erl | |
parent | feb08b2bc629530ab593c6497d2476e37d8a9251 (diff) | |
download | otp-9671856faa243ee4567f4059fba28fd85b5d9baa.tar.gz otp-9671856faa243ee4567f4059fba28fd85b5d9baa.tar.bz2 otp-9671856faa243ee4567f4059fba28fd85b5d9baa.zip |
No auto import of error/1,2.
Diffstat (limited to 'lib/megaco/test/megaco_appup_test.erl')
-rw-r--r-- | lib/megaco/test/megaco_appup_test.erl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/megaco/test/megaco_appup_test.erl b/lib/megaco/test/megaco_appup_test.erl index a49ab0a968..40eebcae86 100644 --- a/lib/megaco/test/megaco_appup_test.erl +++ b/lib/megaco/test/megaco_appup_test.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2002-2010. All Rights Reserved. +%% Copyright Ericsson AB 2002-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 @@ -24,6 +24,7 @@ -module(megaco_appup_test). -compile(export_all). +-compile({no_auto_import,[error/1]}). -include("megaco_test_lib.hrl"). |