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

Unified Diff: pkg/dart_scanner/bin/scanner.dart

Issue 2627093007: Update scanner so tests pass. (Closed)
Patch Set: Rebased on CL 2629543008. Created 3 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 | « .packages ('k') | pkg/dart_scanner/lib/io.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/dart_scanner/bin/scanner.dart
diff --git a/pkg/dart_scanner/bin/scanner.dart b/pkg/dart_scanner/bin/scanner.dart
index 169bc1a74707af3dc3a39f2e3794d9dd7fd1e64b..68efe889bb8989665985d63bf4c1a486838bc7a1 100644
--- a/pkg/dart_scanner/bin/scanner.dart
+++ b/pkg/dart_scanner/bin/scanner.dart
@@ -2,6 +2,6 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE.md file.
-import 'package:scanner/src/main.dart' as scanner;
+import 'package:dart_scanner/src/main.dart' as dart_scanner;
-main(List<String> arguments) => scanner.main(arguments);
+main(List<String> arguments) => dart_scanner.main(arguments);
« no previous file with comments | « .packages ('k') | pkg/dart_scanner/lib/io.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698