Commit bb4adabb authored by Irene Liu's avatar Irene Liu Committed by Facebook Github Bot

Delete duplicate check in folly test

Summary: As title.

Reviewed By: JohnRambo

Differential Revision: D9820130

fbshipit-source-id: 58128c561825681d463759da33be94b861057f2e
parent 401c3e2f
......@@ -131,7 +131,6 @@ TEST(MapUtil, get_ptr_path_mixed) {
EXPECT_FALSE(get_ptr(m, "b", 1, "b"));
EXPECT_FALSE(get_ptr(m, "a", 2, "b"));
EXPECT_FALSE(get_ptr(m, "a", 1, "c"));
EXPECT_TRUE(get_ptr(m, "a", 1, "b"));
EXPECT_TRUE(get_ptr(m, "a", 1));
EXPECT_TRUE(get_ptr(m, "a"));
const auto& cm = m;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment