fix -Wvexing-parse
[folly.git] / folly / test / stl_tests / StlVectorTest.cpp
index b80b8dfe2f678c45b55cc13eba4b6ee183990159..b107cd9891b2951674d59696a1b984b0e81c8e3b 100644 (file)
@@ -1972,7 +1972,7 @@ STL_TEST("23.2.1 Table 99.4", customAllocator, is_destructible, m) {
   ASSERT_TRUE(u.get_allocator() == m);
 
   if (false) {
-    Vector(m);
+    Vector t(m);
   }
 }