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

Unified Diff: tests/unsorted/dart2js_helper.dart

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/typed_data/typed_data_test.dart ('k') | tests/unsorted/immutability_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/unsorted/dart2js_helper.dart
diff --git a/tests/unsorted/dart2js_helper.dart b/tests/unsorted/dart2js_helper.dart
index 580fcc698980c1c46a8844036aaf46c9f7a30313..6b4864c94f4d8475b5b29ee38215c2fef618123a 100644
--- a/tests/unsorted/dart2js_helper.dart
+++ b/tests/unsorted/dart2js_helper.dart
@@ -12,7 +12,7 @@ import 'package:expect/expect.dart';
import 'package:file/file.dart';
final mainScriptUri = new Uri(
- scheme: "org.dartlang.fletch",
+ scheme: "org.dartlang.dartino",
path: "/main.dart");
void run(Uri uri, String mainScript, bool isServer) {
« no previous file with comments | « tests/typed_data/typed_data_test.dart ('k') | tests/unsorted/immutability_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698