Index: pkg/analyzer/test/src/summary/resynthesize_common.dart |
diff --git a/pkg/analyzer/test/src/summary/resynthesize_common.dart b/pkg/analyzer/test/src/summary/resynthesize_common.dart |
index 3dd04d41b917e7a3b0e9a96994ab2c663bd3e59a..970b20cce11300d503974c53f793ee479f85b82a 100644 |
--- a/pkg/analyzer/test/src/summary/resynthesize_common.dart |
+++ b/pkg/analyzer/test/src/summary/resynthesize_common.dart |
@@ -9226,7 +9226,7 @@ E e; |
} |
test_type_reference_to_import() async { |
- addLibrarySource('/a.dart', 'class C {} enum E { v }; typedef F();'); |
+ addLibrarySource('/a.dart', 'class C {} enum E { v } typedef F();'); |
var library = await checkLibrary('import "a.dart"; C c; E e; F f;'); |
checkElementText(library, r''' |
import 'a.dart'; |