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

Unified Diff: src/shared/test_case.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/shared/test_case.h ('k') | src/shared/test_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/shared/test_case.cc
diff --git a/src/shared/test_case.cc b/src/shared/test_case.cc
index 11d34a497c496777c0ab3c3cc30827a40e22349c..7a8eb270d377ad008d51163743583c02b1c3a785 100644
--- a/src/shared/test_case.cc
+++ b/src/shared/test_case.cc
@@ -8,9 +8,9 @@
#include <string.h>
#include "src/shared/flags.h"
-#include "src/shared/fletch.h"
+#include "src/shared/dartino.h"
-namespace fletch {
+namespace dartino {
TestCase* TestCase::first_ = NULL;
TestCase* TestCase::current_ = NULL;
@@ -41,4 +41,4 @@ void TestCase::RunAll() {
}
}
-} // namespace fletch
+} // namespace dartino
« no previous file with comments | « src/shared/test_case.h ('k') | src/shared/test_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698