Index: tests/compiler/dart2js/parser_test.dart |
diff --git a/tests/compiler/dart2js/parser_test.dart b/tests/compiler/dart2js/parser_test.dart |
index bb7817527c9de21372ab327159cfba44f4817a5e..d70fcb44ee661588a32dd6292c2e2455fc8a93ae 100644 |
--- a/tests/compiler/dart2js/parser_test.dart |
+++ b/tests/compiler/dart2js/parser_test.dart |
@@ -2,6 +2,7 @@ |
// 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:expect/expect.dart"; |
import 'parser_helper.dart'; |
import '../../../sdk/lib/_internal/compiler/implementation/tree/tree.dart'; |