From f8d4267c09469019a275e522e0d2493720b5f9a1 Mon Sep 17 00:00:00 2001 From: Ido Barnea Date: Tue, 17 May 2016 12:16:36 +0300 Subject: more error counter --- src/gtest/trex_stateless_gtest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gtest') diff --git a/src/gtest/trex_stateless_gtest.cpp b/src/gtest/trex_stateless_gtest.cpp index e9c71df9..35254713 100644 --- a/src/gtest/trex_stateless_gtest.cpp +++ b/src/gtest/trex_stateless_gtest.cpp @@ -2880,7 +2880,7 @@ TEST_F(basic_stl, vm_enable0) { } #if 0 -// does not work with valgrind, because we need to free the dp->rx message queue in simulation mode +// todo: does not work with valgrind, because we need to free the dp->rx message queue in simulation mode TEST_F(basic_stl, vm_enable0_flow_stat) { CEnableVm vm_test; @@ -2900,7 +2900,7 @@ TEST_F(basic_stl, vm_enable1) { } #if 0 -//??? does not work. need to check +//todo: does not work. need to check TEST_F(basic_stl, vm_enable1_flow_stat) { CEnableVm vm_test; -- cgit 1.2.3-korg