From: Andrew Pinski Date: Sat, 13 Aug 2005 21:41:53 +0000 (+0000) Subject: stubify-2.m: Correct the name of the rtl dump file. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ffacdfa19213349f730e3c5dea70b95c147a827b;p=gcc.git stubify-2.m: Correct the name of the rtl dump file. 2005-08-13 Andrew Pinski * objc.dg/stubify-2.m: Correct the name of the rtl dump file. From-SVN: r103062 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index f98e1371224..26827a61ee9 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2005-08-13 Andrew Pinski + + * objc.dg/stubify-2.m: Correct the name of the rtl dump file. + 2005-08-13 Andrew Pinski part of PR testsuite/23348 diff --git a/gcc/testsuite/objc.dg/stubify-2.m b/gcc/testsuite/objc.dg/stubify-2.m index 6e9b3a019fd..2a60686d017 100644 --- a/gcc/testsuite/objc.dg/stubify-2.m +++ b/gcc/testsuite/objc.dg/stubify-2.m @@ -28,4 +28,4 @@ extern int bogonic (int, int, int) ; /* Any symbol_ref of an un-stubified objc_msgSend is an error; look for "objc_msgSend" in quotes, without the $stub suffix. */ -/* { dg-final { scan-file-not stubify-2.m.03.jump "symbol_ref.*\"objc_msgSend\"" } } */ +/* { dg-final { scan-file-not stubify-2.m.08.jump "symbol_ref.*\"objc_msgSend\"" } } */