Index: tests/language/cascade_test.dart |
diff --git a/tests/language/cascade_test.dart b/tests/language/cascade_test.dart |
index c962fda89dfdc432d346b8187b5f13e30dc394a3..757ad22a9f557cecfc61357522a5323362511924 100644 |
--- a/tests/language/cascade_test.dart |
+++ b/tests/language/cascade_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"; |
+ |
// Test cascades. |
class A { |