Index: tests/language/function_syntax_test.dart |
diff --git a/tests/language/function_syntax_test.dart b/tests/language/function_syntax_test.dart |
index 4fc4ac345e906eaadf68de7b592c7f385d6e6e3f..ff96445a07c3be33c68b8d94efa0dc389578023f 100644 |
--- a/tests/language/function_syntax_test.dart |
+++ b/tests/language/function_syntax_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"; |
+ |
// Tests function statement and expression syntax. |
class FunctionSyntaxTest { |