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

Unified Diff: test/codegen_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/self_host_test.dart ('k') | test/dart_codegen/expect/_internal/_internal » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/codegen_test.dart
diff --git a/test/codegen_test.dart b/test/codegen_test.dart
index 67e4b2459d3909654ae3525dd94537a23245d29b..fa7e1d38e750dd8771741e32153243ee7c05991a 100644
--- a/test/codegen_test.dart
+++ b/test/codegen_test.dart
@@ -5,7 +5,7 @@
/// Tests code generation.
/// Runs Dart Dev Compiler on all input in the `codegen` directory and checks
/// that the output is what we expected.
-library ddc.test.codegen_test;
+library dev_compiler.test.codegen_test;
import 'dart:io';
import 'package:analyzer/src/generated/engine.dart' show AnalysisEngine, Logger;
« no previous file with comments | « test/checker/self_host_test.dart ('k') | test/dart_codegen/expect/_internal/_internal » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698