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

Unified Diff: tests/dartino_tests/file_with_compile_time_error.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/dartino_tests/dartino_tests.status ('k') | tests/dartino_tests/message_tests.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/dartino_tests/file_with_compile_time_error.dart
diff --git a/tests/fletch_tests/file_with_compile_time_error.dart b/tests/dartino_tests/file_with_compile_time_error.dart
similarity index 92%
rename from tests/fletch_tests/file_with_compile_time_error.dart
rename to tests/dartino_tests/file_with_compile_time_error.dart
index e7b390c9f3625c45d6763829f00bfc77308e3e2b..3df7e3e9c3fe90ba6b767a13243a4c616c773756 100644
--- a/tests/fletch_tests/file_with_compile_time_error.dart
+++ b/tests/dartino_tests/file_with_compile_time_error.dart
@@ -4,7 +4,7 @@
/// This file contains a compile-time error and wouldn't be able to analyze
/// without error. So it is put into a separate file that dart2js doesn't see.
-library fletch_tests.file_with_compile_time_error;
+library dartino_tests.file_with_compile_time_error;
import 'dart:isolate' show
SendPort;
« no previous file with comments | « tests/dartino_tests/dartino_tests.status ('k') | tests/dartino_tests/message_tests.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698