diff mbox

[Ada] Adjust a couple of testcases

Message ID 201011281834.02441.ebotcazou@adacore.com
State New
Headers show

Commit Message

Eric Botcazou Nov. 28, 2010, 5:34 p.m. UTC
This adjusts a couple of testcases to make them more robust... and show that 
they don't pass anymore on the mainline.

Tested on i586-suse-linux, applied on the mainline, 4.5 and 4.4 branches.


2010-11-28  Eric Botcazou  <ebotcazou@adacore.com>

	* gnat.dg/aliasing2.adb (dg-final): Robustify pattern matching.
	* gnat.dg/pack9.adb (dg-final): Likewise.
diff mbox

Patch

Index: gnat.dg/pack9.adb
===================================================================
--- gnat.dg/pack9.adb	(revision 167201)
+++ gnat.dg/pack9.adb	(working copy)
@@ -14,5 +14,5 @@  package body Pack9 is
 
 end Pack9;
 
--- { dg-final { scan-tree-dump-not "__gnat_rcheck" "optimized" } }
+-- { dg-final { scan-tree-dump-not "gnat_rcheck" "optimized" } }
 -- { dg-final { cleanup-tree-dump "optimized" } }
Index: gnat.dg/aliasing2.adb
===================================================================
--- gnat.dg/aliasing2.adb	(revision 167201)
+++ gnat.dg/aliasing2.adb	(working copy)
@@ -18,5 +18,5 @@  package body Aliasing2 is
 
 end Aliasing2;
 
--- { dg-final { scan-tree-dump-not "__gnat_rcheck" "optimized" } }
+-- { dg-final { scan-tree-dump-not "gnat_rcheck" "optimized" } }
 -- { dg-final { cleanup-tree-dump "optimized" } }