| 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);
|
| });
|
|
|