Fixed GCC incompatibility
[libcds.git] / test / unit / set / test_split_lazy_rcu.h
index 44fec2b2020293ce541f050847a51287d018d28f..9b3ebf214b8d01ba3dcd41b46e98b9e9642e4552 100644 (file)
@@ -258,7 +258,7 @@ TYPED_TEST_P( SplitListLazySet, static_bucket_table )
     typedef cc::SplitListSet< rcu_type, int_item, set_traits > set_type;
 
     set_type s( TestFixture::kSize, 4 );
-    test( s );
+    this->test( s );
 }