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

Unified Diff: tests/dartino_compiler/incremental/compiler_test_case.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
Index: tests/dartino_compiler/incremental/compiler_test_case.dart
diff --git a/tests/fletchc/incremental/compiler_test_case.dart b/tests/dartino_compiler/incremental/compiler_test_case.dart
similarity index 86%
rename from tests/fletchc/incremental/compiler_test_case.dart
rename to tests/dartino_compiler/incremental/compiler_test_case.dart
index 26ca4d6804feea4409ef7813193424d4786d1a64..30398a2b7dea099ba80331754701dab4b8b36872 100644
--- a/tests/fletchc/incremental/compiler_test_case.dart
+++ b/tests/dartino_compiler/incremental/compiler_test_case.dart
@@ -3,7 +3,7 @@
// BSD-style license that can be found in the LICENSE file.
// Helper class for writing compiler tests.
-library fletchc.test.compiler_test_case;
+library dartino_compiler.test.compiler_test_case;
import 'dart:async' show
Future;
@@ -20,10 +20,10 @@ import 'package:compiler/src/elements/elements.dart' show
export 'package:compiler/src/elements/elements.dart' show
LibraryElement;
-import 'package:fletchc/fletch_compiler.dart' show
+import 'package:dartino_compiler/dartino_compiler.dart' show
StringOrUri;
-export 'package:fletchc/fletch_compiler.dart' show
+export 'package:dartino_compiler/dartino_compiler.dart' show
StringOrUri;
const String SCHEME = 'org.trydart.compiler-test-case';
« no previous file with comments | « tests/dartino_compiler/incremental/common.dart ('k') | tests/dartino_compiler/incremental/experimental_mode.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698