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

Unified Diff: src/vm/object_map_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/object_map.cc ('k') | src/vm/object_memory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/vm/object_map_test.cc
diff --git a/src/vm/object_map_test.cc b/src/vm/object_map_test.cc
index 43e289fa5efb15d93ae043a3ffafd8acd76d2bf1..e83044ac22cba7519ceadbdcc072cca4e4dfa058 100644
--- a/src/vm/object_map_test.cc
+++ b/src/vm/object_map_test.cc
@@ -6,7 +6,7 @@
#include "src/vm/object_map.h"
#include "src/shared/test_case.h"
-namespace fletch {
+namespace dartino {
TEST_CASE(ObjectMap) {
ObjectMap map(256);
@@ -47,4 +47,4 @@ TEST_CASE(ObjectMap) {
EXPECT_EQ(0, map.size());
}
-} // namespace fletch
+} // namespace dartino
« no previous file with comments | « src/vm/object_map.cc ('k') | src/vm/object_memory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698