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

Unified Diff: test/checker/self_host_test.dart

Issue 967933005: rename ddc -> dev_compiler, fixes #84 (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 10 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 | « test/checker/inferred_type_test.dart ('k') | test/codegen_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/checker/self_host_test.dart
diff --git a/test/checker/self_host_test.dart b/test/checker/self_host_test.dart
index 111a5226cafb5d0bb84147370c41550634c49d9d..c4d7291ffa89baa71e8847b44f73c5741038e269 100644
--- a/test/checker/self_host_test.dart
+++ b/test/checker/self_host_test.dart
@@ -3,7 +3,7 @@
// BSD-style license that can be found in the LICENSE file.
/// Tests that run the checker end-to-end using the file system.
-library ddc.test.end_to_end;
+library dev_compiler.test.end_to_end;
import 'dart:io';
import 'package:cli_util/cli_util.dart' show getSdkDir;
« no previous file with comments | « test/checker/inferred_type_test.dart ('k') | test/codegen_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698