Index: src/tests/.expect/fallthrough-ERROR.txt
===================================================================
--- src/tests/.expect/fallthrough-ERROR.txt	(revision 753f13c930f795842ec85427aca29f1c29839aee)
+++ src/tests/.expect/fallthrough-ERROR.txt	(revision ed3ff0a2f39b329d000207da23ba3c174c359d19)
@@ -2,5 +2,5 @@
 fallthrough.c:56:1 error: 'fallthrough' must be enclosed in a 'switch' or 'choose'
 fallthrough.c:58:1 error: 'fallthrough' must be enclosed in a 'switch' or 'choose'
-fallthrough.c:65:1 error: 'fallthrough default' must be directly enclosed in a 'switch' or 'choose' control structure with a 'default' clause
+fallthrough.c:65:1 error: 'fallthrough default' must be enclosed in a 'switch' or 'choose' control structure with a 'default' clause
 fallthrough.c:67:1 error: 'fallthrough' target must be a later case statement: common3
 fallthrough.c:75:1 error: 'fallthrough' target must be a later case statement: common4
