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

Unified Diff: test/codegen/end_to_end_test.dart

Issue 851493004: smoke: remove unused variables and imports, added an explicit null return (Closed) Base URL: https://github.com/dart-lang/smoke@master
Patch Set: rebase Created 5 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 | « lib/static.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/codegen/end_to_end_test.dart
diff --git a/test/codegen/end_to_end_test.dart b/test/codegen/end_to_end_test.dart
index 8fafaf7c83a134f10292c975128d650a26a98a34..e066c71c76d1df78368e899b39efbfe4b19fe56d 100644
--- a/test/codegen/end_to_end_test.dart
+++ b/test/codegen/end_to_end_test.dart
@@ -30,8 +30,6 @@ main(args) {
var testCode = new File('$commonPath').readAsStringSync();
var lib = initAnalyzer({'common.dart' : testCode})
.libraryFor('common.dart');
- var coreLib = lib.visibleLibraries.firstWhere(
- (l) => l.displayName == 'dart.core');
var generator = new SmokeCodeGenerator();
var recorder = new Recorder(generator, _resolveImportUrl);
« no previous file with comments | « lib/static.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698