Index: tests/language/context_args_with_defaults_test.dart |
diff --git a/tests/language/context_args_with_defaults_test.dart b/tests/language/context_args_with_defaults_test.dart |
index 272efc9a945110ea98b9b02da94b0810c998ebf6..75570265b98577a45b61a1136cab8340c854a011 100644 |
--- a/tests/language/context_args_with_defaults_test.dart |
+++ b/tests/language/context_args_with_defaults_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 ContextArgsWithDefaultsTest { |
static void testMain() { |
crasher(1, 'foo')(); |