#1083. Error expectations fixed
diff --git a/LibTest/ffi/Packed/Packed_A01_t01.dart b/LibTest/ffi/Packed/Packed_A01_t01.dart
index dd2a93b..ac851c4 100644
--- a/LibTest/ffi/Packed/Packed_A01_t01.dart
+++ b/LibTest/ffi/Packed/Packed_A01_t01.dart
@@ -19,8 +19,9 @@
   @Packed(-1)
 //^^^^^^^^^^^
 // [analyzer] unspecified
-// [cfe] unspecified
 class S1 extends Struct {
+//    ^
+// [cfe] unspecified
   @Double()
   external double x;
   @Int32()
@@ -28,10 +29,11 @@
 }
 
   @Packed(0)
-//^^^^^^^^^^^
+//^^^^^^^^^^
 // [analyzer] unspecified
-// [cfe] unspecified
 class S2 extends Struct {
+//    ^
+// [cfe] unspecified
   @Double()
   external double x;
   @Int32()
@@ -39,10 +41,11 @@
 }
 
   @Packed(3)
-//^^^^^^^^^^^
+//^^^^^^^^^^
 // [analyzer] unspecified
-// [cfe] unspecified
 class S3 extends Struct {
+//    ^
+// [cfe] unspecified
   @Double()
   external double x;
   @Int32()
diff --git a/LibTest/ffi/Struct/wrong_annotation_A01_t04.dart b/LibTest/ffi/Struct/wrong_annotation_A01_t04.dart
index e7c3d25..5a66172 100644
--- a/LibTest/ffi/Struct/wrong_annotation_A01_t04.dart
+++ b/LibTest/ffi/Struct/wrong_annotation_A01_t04.dart
@@ -18,6 +18,7 @@
   @Void()
 //^^^^^^^
 // [analyzer] unspecified
+// [cfe] unspecified
   external int x;
 //             ^
 // [cfe] unspecified
@@ -27,6 +28,7 @@
   @Void()
 //^^^^^^^
 // [analyzer] unspecified
+// [cfe] unspecified
   external double x;
 //                ^
 // [cfe] unspecified
diff --git a/LibTest/ffi/Struct/wrong_annotation_A01_t06.dart b/LibTest/ffi/Struct/wrong_annotation_A01_t06.dart
index fe7efb1..c814c5d 100644
--- a/LibTest/ffi/Struct/wrong_annotation_A01_t06.dart
+++ b/LibTest/ffi/Struct/wrong_annotation_A01_t06.dart
@@ -18,6 +18,7 @@
   @NativeType()
 //^^^^^^^^^^^^^
 // [analyzer] unspecified
+// [cfe] unspecified
   external double x;
 //                ^
 // [cfe] unspecified
@@ -27,6 +28,7 @@
   @NativeType()
 //^^^^^^^^^^^^^
 // [analyzer] unspecified
+// [cfe] unspecified
   external int x;
 //             ^
 // [cfe] unspecified