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

Unified Diff: src/vm/object_memory_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_memory_mark_sweep.cc ('k') | src/vm/object_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/vm/object_memory_test.cc
diff --git a/src/vm/object_memory_test.cc b/src/vm/object_memory_test.cc
index 00f27800d83fdc77971c3dcbad6263a41ce2143e..deaff3ca7e280f2daf70358c07abd57fed507cd6 100644
--- a/src/vm/object_memory_test.cc
+++ b/src/vm/object_memory_test.cc
@@ -7,7 +7,7 @@
#include "src/vm/object_memory.h"
#include "src/shared/test_case.h"
-namespace fletch {
+namespace dartino {
static Chunk* AllocateChunkAndTestIt(SemiSpace* space) {
// Allocate chunk.
@@ -38,4 +38,4 @@ TEST_CASE(ObjectMemory) {
ObjectMemory::FreeChunk(second);
}
-} // namespace fletch
+} // namespace dartino
« no previous file with comments | « src/vm/object_memory_mark_sweep.cc ('k') | src/vm/object_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698