diff options
author | 2015-11-11 15:48:44 +0200 | |
---|---|---|
committer | 2015-11-11 15:48:44 +0200 | |
commit | d5361e483d135e60b1b40a05b283cf704697504a (patch) | |
tree | af07eed5a7ccbe9d4eb1be88a8cc5060c6c11cb4 /src/gtest | |
parent | 04cdbe5e0342c2c725bef5f2ddaf5406e3e0f673 (diff) |
remove default duration
Diffstat (limited to 'src/gtest')
-rw-r--r-- | src/gtest/trex_stateless_gtest.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gtest/trex_stateless_gtest.cpp b/src/gtest/trex_stateless_gtest.cpp index 36e48f6e..9634d01f 100644 --- a/src/gtest/trex_stateless_gtest.cpp +++ b/src/gtest/trex_stateless_gtest.cpp @@ -46,6 +46,7 @@ public: }; + class CBasicStl { public: @@ -198,4 +199,4 @@ TEST_F(basic_stl, limit_single_pkt) { -#endif + |