Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2850)

Unified Diff: base/containers/flat_set_unittest.cc

Issue 2723853002: Implementing erase/erase_if functions from library fundamentals ts: (Closed)
Patch Set: Review, round 2. Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: base/containers/flat_set_unittest.cc
diff --git a/base/containers/flat_set_unittest.cc b/base/containers/flat_set_unittest.cc
index 1c7a46a026f3da16d366b234092b6482410551d6..c88186aeb379a5bb1c7a6eeccbe5d5a0673fa772 100644
--- a/base/containers/flat_set_unittest.cc
+++ b/base/containers/flat_set_unittest.cc
@@ -1242,3 +1242,5 @@ TEST(FlatSet, Comparison) {
EXPECT_GE(biggest, middle);
EXPECT_GE(biggest, biggest);
}
+
+// STLEraseIf(FlatSet) is tested in stl_util_unittests.cc
danakj 2017/03/03 23:51:22 remove this, throw a test here if you like?
dyaroshev 2017/03/04 00:32:49 Done.

Powered by Google App Engine
This is Rietveld 408576698