Fixed GCC incompatibility
[libcds.git] / test / unit / set / test_split_michael_rcu.h
index 4b2ac548a86fa11f8a8ffeb47254c68a2a991677..90e46b6dcc10776a8ecbfa2114edd89fc7f7f624 100644 (file)
@@ -230,7 +230,7 @@ TYPED_TEST_P( SplitListMichaelSet, 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 );
 }