Fix oversight in previous commit
authorEric Botcazou <ebotcazou@gcc.gnu.org>
Fri, 19 Oct 2018 10:06:40 +0000 (10:06 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Fri, 19 Oct 2018 10:06:40 +0000 (10:06 +0000)
From-SVN: r265312

gcc/testsuite/gnat.dg/frame_overflow2.adb

index 64f0194c9643c0880de0a2b09b3696db59814277..bd58fafa3e1022436372271251d46fd86e43f111 100644 (file)
@@ -2,7 +2,7 @@
 
 with System;
 
-procedure Frame_Overflow2 is -- { dg-error "too large" }
+procedure Frame_Overflow2 is -- { dg-error "total size of local objects is too large" }
 
   type Index_T is range 1 .. 2**(System.Word_Size - 1) - 1;