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

Unified Diff: tests/service_tests/conformance/conformance_test_shared.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 | « tests/pkg/pkg.status ('k') | tests/service_tests/conformance/java/ConformanceTest.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/service_tests/conformance/conformance_test_shared.cc
diff --git a/tests/service_tests/conformance/conformance_test_shared.cc b/tests/service_tests/conformance/conformance_test_shared.cc
index d5a5ec216969f2c3acd5ac06344572763fc91477..bfc5790363047a8946e5081a47d22f66bd86e3c1 100644
--- a/tests/service_tests/conformance/conformance_test_shared.cc
+++ b/tests/service_tests/conformance/conformance_test_shared.cc
@@ -8,7 +8,7 @@
#include <stdio.h>
#include <stdlib.h>
-#include "include/fletch_api.h"
+#include "include/dartino_api.h"
#include "include/service_api.h"
static const int kDone = 1;
@@ -32,9 +32,9 @@ static void WaitForStatus(int expected) {
static void* DartThreadEntry(void* arg) {
const char* path = static_cast<char*>(arg);
- FletchSetup();
- FletchRunSnapshotFromFile(path);
- FletchTearDown();
+ DartinoSetup();
+ DartinoRunSnapshotFromFile(path);
+ DartinoTearDown();
ChangeStatusAndNotify(kDone);
return NULL;
}
« no previous file with comments | « tests/pkg/pkg.status ('k') | tests/service_tests/conformance/java/ConformanceTest.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698