diff options
author | Micael Karlberg <[email protected]> | 2013-05-30 16:27:48 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2013-05-30 16:27:48 +0200 |
commit | 13a16c97e02daf8cf266aa96addaee251e3eda0c (patch) | |
tree | b3d8651338444c3a65f940cfaf1ef8ec73c1c42c /lib/snmp/test | |
parent | 315838bc7cb7d9da936c10a3b6fc32c9ea92bca0 (diff) | |
download | otp-13a16c97e02daf8cf266aa96addaee251e3eda0c.tar.gz otp-13a16c97e02daf8cf266aa96addaee251e3eda0c.tar.bz2 otp-13a16c97e02daf8cf266aa96addaee251e3eda0c.zip |
[snmp/agent] Fixed expect macro
Diffstat (limited to 'lib/snmp/test')
-rw-r--r-- | lib/snmp/test/snmp_agent_test.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/snmp/test/snmp_agent_test.erl b/lib/snmp/test/snmp_agent_test.erl index a35077091e..d298f9ac75 100644 --- a/lib/snmp/test/snmp_agent_test.erl +++ b/lib/snmp/test/snmp_agent_test.erl @@ -103,7 +103,7 @@ Type, Ent, Gen, Spec, ExpVBs)). -define(expect6(Type, Ent, Gen, Spec, ExpVBs, To), snmp_agent_test_lib:expect(?MODULE, ?LINE, - Type, Ent, Gen, Spec, ExpVBs)). + Type, Ent, Gen, Spec, ExpVBs, To)). all() -> |