Index: tests/compiler/dart2js/simple_inferrer_final_field_test.dart |
diff --git a/tests/compiler/dart2js/simple_inferrer_final_field_test.dart b/tests/compiler/dart2js/simple_inferrer_final_field_test.dart |
index 7e5853c0068c913c109c6df0b7e76f97bebfdcb9..29d0940381aac6a011766763854a015f92cbab23 100644 |
--- a/tests/compiler/dart2js/simple_inferrer_final_field_test.dart |
+++ b/tests/compiler/dart2js/simple_inferrer_final_field_test.dart |
@@ -2,10 +2,10 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE file. |
-import 'package:async_helper/async_helper.dart'; |
import 'package:expect/expect.dart'; |
- |
+import "package:async_helper/async_helper.dart"; |
import 'compiler_helper.dart'; |
+import 'parser_helper.dart'; |
import 'type_mask_test_helper.dart'; |
const String TEST = """ |