Searched refs:target_found (Results 1 – 1 of 1) sorted by relevance
220 bool target_found = false; in TestRenameLoop() local231 ASSERT_FALSE(target_found, "Target found twice!"); in TestRenameLoop()233 target_found = true; in TestRenameLoop()238 ASSERT_TRUE(target_found); in TestRenameLoop()244 target_found = false; in TestRenameLoop()249 ASSERT_FALSE(target_found); in TestRenameLoop()254 target_found = true; in TestRenameLoop()257 ASSERT_TRUE(target_found, "Target was never unlinked"); in TestRenameLoop()
Completed in 2 milliseconds