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

Unified Diff: src/vm/hash_table_test.cc

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address comments Created 4 years, 11 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 | « src/vm/hash_table.h ('k') | src/vm/heap.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/vm/hash_table_test.cc
diff --git a/src/vm/hash_table_test.cc b/src/vm/hash_table_test.cc
index 4a14eb4523fbc8b2446982bff06a2071edc20cae..2bba948665d5e888afdd7fa04e1fdb82493d9068 100644
--- a/src/vm/hash_table_test.cc
+++ b/src/vm/hash_table_test.cc
@@ -13,7 +13,7 @@
#include "src/vm/multi_hashset.h"
#include "src/vm/pair.h"
-namespace fletch {
+namespace dartino {
TEST_CASE(STRING_MAP) {
typedef HashMap<const char*, const char*> Map;
@@ -294,4 +294,4 @@ TEST_CASE(INT_MULTI_HASH_SET) {
}
}
-} // namespace fletch.
+} // namespace dartino.
« no previous file with comments | « src/vm/hash_table.h ('k') | src/vm/heap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698