Index: tests/language/bind_test.dart |
diff --git a/tests/language/bind_test.dart b/tests/language/bind_test.dart |
index e73f68e5514cb26527208fa3b2d1df8f3a145fe4..3617af3f780a20b408c7d527e1a93be97d1d976e 100644 |
--- a/tests/language/bind_test.dart |
+++ b/tests/language/bind_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"; |
+ |
class Bound { |
run() { |
return 42; |