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

Unified Diff: tests/compiler/dart2js/import_mirrors_test.dart

Issue 2939063002: Strong mode cleaning of many dart2js tests. (Closed)
Patch Set: Use ClassElement. Created 3 years, 6 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
Index: tests/compiler/dart2js/import_mirrors_test.dart
diff --git a/tests/compiler/dart2js/import_mirrors_test.dart b/tests/compiler/dart2js/import_mirrors_test.dart
index e6d5fac596221a87a5a66b6118a7f990098f6c93..37e4ad7a2c499734dcba6113457fd78d00aa8a79 100644
--- a/tests/compiler/dart2js/import_mirrors_test.dart
+++ b/tests/compiler/dart2js/import_mirrors_test.dart
@@ -316,7 +316,7 @@ Future test(Map sourceFiles,
if (enableExperimentalMirrors) {
options.add('--enable-experimental-mirrors');
}
- CompilationResult result = await runCompiler(
+ await runCompiler(
entryPoint: Uri.parse('memory:/main.dart'),
memorySourceFiles: sourceFiles,
diagnosticHandler: collector,

Powered by Google App Engine
This is Rietveld 408576698