Index: src/tests/.expect/declarationErrors.txt
===================================================================
--- src/tests/.expect/declarationErrors.txt	(revision 126e54f5a9e0cc677c29a53eb37c7eb67e262890)
+++ src/tests/.expect/declarationErrors.txt	(revision ddcfb88e9ebb1c98bd7dec3889b89ade6bb88bab)
@@ -2,7 +2,7 @@
 Error: duplicate static in declaration of x1: static const volatile short int 
 
-Error: multiple extern & static in declaration of x2: extern const volatile short int 
+Error: conflicting extern & static in declaration of x2: extern const volatile short int 
 
-Error: multiple extern & auto, multiple extern & static, multiple extern & static, duplicate extern in declaration of x3: extern const volatile short int 
+Error: conflicting extern & auto, conflicting extern & static, conflicting extern & static, duplicate extern in declaration of x3: extern const volatile short int 
 
 Error: duplicate static in declaration of x4: static const volatile instance of const volatile struct __anonymous0
