Index: tests/language/block_scope_test.dart |
diff --git a/tests/language/block_scope_test.dart b/tests/language/block_scope_test.dart |
index 6ae04951f73e9ac19457f2dbaee2aa7166cf7ffc..cc1998166f01829aaf7cd868b7fe44a417e60ecb 100644 |
--- a/tests/language/block_scope_test.dart |
+++ b/tests/language/block_scope_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"; |
+ |
foo() => 123; |
void testShadowingScope1() { |