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

Unified Diff: tests/servicec/scanner_tests.dart

Issue 1450393002: Roll sdk dependency to 34357cdad108dcba734949bd13bd28c76ea285e0 (Closed) Base URL: git@github.com:dart-lang/fletch.git@master
Patch Set: Created 5 years, 1 month 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
Index: tests/servicec/scanner_tests.dart
diff --git a/tests/servicec/scanner_tests.dart b/tests/servicec/scanner_tests.dart
index 98cad1a268130199417d0c6baecf580bbda814f7..53b0094b51c922eb7ccf0d68de4f3935bf9f7917 100644
--- a/tests/servicec/scanner_tests.dart
+++ b/tests/servicec/scanner_tests.dart
@@ -7,12 +7,13 @@ import 'dart:async' show
import 'package:expect/expect.dart';
-import 'package:compiler/src/scanner/scannerlib.dart' show
+import 'package:compiler/src/tokens/precedence_constants.dart' show
EOF_INFO,
STRING_INFO,
OPEN_CURLY_BRACKET_INFO,
- CLOSE_CURLY_BRACKET_INFO,
+ CLOSE_CURLY_BRACKET_INFO;
+import 'package:compiler/src/tokens/token.dart' show
Token,
KeywordToken,
StringToken,
« tests/language.status ('K') | « tests/lib/lib.status ('k') | tools/benchmarking_files » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698