Fixes #1076: test expectation corrected.
diff --git a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l1_t06.dart b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l1_t06.dart
index 67cd887..96fdf75 100644
--- a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l1_t06.dart
+++ b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l1_t06.dart
@@ -58,14 +58,7 @@
   var fsource = toF(source);
 
   F<O<M<M<M<M<M<M<dynamic>>>>>>>> target = fsource;
-//                                         ^^^^^^^
-// [analyzer] unspecified
-// [cfe] unspecified
-
   F<M<M<M<M<M<M<M<M<dynamic>>>>>>>>> target0 = fsource;
-//                                             ^^^^^^^
-// [analyzer] unspecified
-// [cfe] unspecified
 
   F<O<dynamic>> target1 = fsource;
 //                        ^^^^^^^