Index: tests/language/typed_selector_test.dart |
diff --git a/tests/language/typed_selector_test.dart b/tests/language/typed_selector_test.dart |
index 8624528094d1efacd4f8757a7113c7a38224f84e..676dcad7066cd756d135296bffee9db29c06f985 100644 |
--- a/tests/language/typed_selector_test.dart |
+++ b/tests/language/typed_selector_test.dart |
@@ -2,6 +2,8 @@ |
// 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"; |
+ |
// Regression test for http://dartbug.com/6259. This test used to fail |
// on dart2js because class A does not know [A.document] is a target for |
// the call [:obj.document:] in the [main] method. Therefore, dart2js |