summaryrefslogtreecommitdiffstats
path: root/test/ext
diff options
context:
space:
mode:
Diffstat (limited to 'test/ext')
-rw-r--r--test/ext/vom_test.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/ext/vom_test.cpp b/test/ext/vom_test.cpp
index c9ae255a793..91769155040 100644
--- a/test/ext/vom_test.cpp
+++ b/test/ext/vom_test.cpp
@@ -80,7 +80,7 @@ public:
class MockListener : public interface::event_listener,
public interface::stat_listener
{
- void handle_interface_stat(interface_cmds::stats_cmd *cmd)
+ void handle_interface_stat(interface_cmds::stats_enable_cmd *cmd)
{
}
void handle_interface_event(interface_cmds::events_cmd *cmd)
@@ -1463,8 +1463,6 @@ BOOST_AUTO_TEST_CASE(test_interface_events) {
HW::enqueue(itf);
HW::write();
-
- HW::dequeue(itf);
}
BOOST_AUTO_TEST_CASE(test_interface_route_domain_change) {