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

Unified Diff: tests/compiler/dart2js/dart2js_batch_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/dart2js_batch_test.dart
diff --git a/tests/compiler/dart2js/dart2js_batch_test.dart b/tests/compiler/dart2js/dart2js_batch_test.dart
index 1d41bf0d4010a2d8896515b80f7d61c200ac0a73..7e33ed58685a8f83edc1bd9632529cb281b2a833 100644
--- a/tests/compiler/dart2js/dart2js_batch_test.dart
+++ b/tests/compiler/dart2js/dart2js_batch_test.dart
@@ -86,7 +86,6 @@ Future runTests(Process process) {
}
void main() {
- var tmpDir;
asyncTest(() {
return setup().then(launchDart2Js).then(runTests).whenComplete(cleanUp);
});

Powered by Google App Engine
This is Rietveld 408576698