summaryrefslogtreecommitdiffstats
path: root/src/gtest
diff options
context:
space:
mode:
Diffstat (limited to 'src/gtest')
-rw-r--r--src/gtest/trex_stateless_gtest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gtest/trex_stateless_gtest.cpp b/src/gtest/trex_stateless_gtest.cpp
index 35254713..376d2454 100644
--- a/src/gtest/trex_stateless_gtest.cpp
+++ b/src/gtest/trex_stateless_gtest.cpp
@@ -3719,8 +3719,8 @@ class flow_stat_pkt_parse : public testing::Test {
};
-TEST_F(flow_stat_pkt_parse, x710_parser) {
- CFlowStatParser parser;
+TEST_F(flow_stat_pkt_parse, parser) {
+ CFlowStatParserTest parser;
parser.test();
}