Index: src/tests/.expect/fallthrough-ERROR.txt
===================================================================
--- src/tests/.expect/fallthrough-ERROR.txt	(revision e2c70abaacda28a5de17564ffc349fdaeb8b9ab3)
+++ src/tests/.expect/fallthrough-ERROR.txt	(revision 7c2a7b6c75c2ca4c5cc70caff9869195d3d95216)
@@ -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
