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

Unified Diff: runtime/bin/hashmap_test.cc

Issue 14572004: Put HashMap class in dart namespace. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 8 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
« no previous file with comments | « no previous file | runtime/platform/hashmap.h » ('j') | runtime/platform/hashmap.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/hashmap_test.cc
diff --git a/runtime/bin/hashmap_test.cc b/runtime/bin/hashmap_test.cc
index 23d4ad83fb120dc6d6c4bcc3978eb3f29e252476..b51d1cfb0ff7701616a14f3142e391f68bfe4fd0 100644
--- a/runtime/bin/hashmap_test.cc
+++ b/runtime/bin/hashmap_test.cc
@@ -7,6 +7,8 @@
#include "platform/hashmap.h"
#include "vm/unit_test.h"
+namespace dart {
+
// Default initial size of hashmaps used in these tests.
static intptr_t kInitialSize = 8;
@@ -167,3 +169,5 @@ UNIT_TEST_CASE(Set) {
TestSet(CollisionHash3, 50);
TestSet(CollisionHash4, 50);
}
+
+} // namespace dart
« no previous file with comments | « no previous file | runtime/platform/hashmap.h » ('j') | runtime/platform/hashmap.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698