diff options
author | Micael Karlberg <[email protected]> | 2012-12-20 17:34:42 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2012-12-20 17:34:42 +0100 |
commit | 7b637f6dfec03236b6a4318265944a7ecbd43ec8 (patch) | |
tree | abf14c2877e854582ed79fd7fc7342a766831cbb /lib/snmp/test/snmp_manager_user_test.erl | |
parent | c4fe662ab43d82be5fd036cec752ee175f2252b1 (diff) | |
parent | e277f746b86b0d023ab87a178913e0c4a8212e2f (diff) | |
download | otp-7b637f6dfec03236b6a4318265944a7ecbd43ec8.tar.gz otp-7b637f6dfec03236b6a4318265944a7ecbd43ec8.tar.bz2 otp-7b637f6dfec03236b6a4318265944a7ecbd43ec8.zip |
Merge branch 'bmk/snmp/manager/remove_deprecated_functions/OTP-10027'
Diffstat (limited to 'lib/snmp/test/snmp_manager_user_test.erl')
-rw-r--r-- | lib/snmp/test/snmp_manager_user_test.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/snmp/test/snmp_manager_user_test.erl b/lib/snmp/test/snmp_manager_user_test.erl index fefa1ad713..41d5c50b19 100644 --- a/lib/snmp/test/snmp_manager_user_test.erl +++ b/lib/snmp/test/snmp_manager_user_test.erl @@ -36,7 +36,7 @@ %% -compile(export_all). -export([ -all/0,groups/0,init_per_group/2,end_per_group/2, + all/0,groups/0,init_per_group/2,end_per_group/2, init_per_testcase/2, end_per_testcase/2, |