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

Unified Diff: pkg/dart_scanner/lib/testing/scanner_chain.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 | « pkg/dart_scanner/lib/src/utf8_bytes_scanner.dart ('k') | pkg/dart_scanner/test/scanner.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/dart_scanner/lib/testing/scanner_chain.dart
diff --git a/pkg/dart_scanner/lib/testing/scanner_chain.dart b/pkg/dart_scanner/lib/testing/scanner_chain.dart
index 4b5faa7d8e23fabec7722a8dbefb6e3eca7247b9..55898f12369147ae01b77439170b1616045e3d74 100644
--- a/pkg/dart_scanner/lib/testing/scanner_chain.dart
+++ b/pkg/dart_scanner/lib/testing/scanner_chain.dart
@@ -2,11 +2,13 @@
// 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.
+library dart_scanner.testing.scanner_chain;
+
import 'package:testing/testing.dart';
-import 'package:scanner/scanner.dart';
+import 'package:dart_scanner/scanner.dart';
-import 'package:scanner/io.dart';
+import 'package:dart_scanner/io.dart';
class Read extends Step<TestDescription, List<int>, ChainContext> {
const Read();
« no previous file with comments | « pkg/dart_scanner/lib/src/utf8_bytes_scanner.dart ('k') | pkg/dart_scanner/test/scanner.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698