]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
memtemp77.C: Adjust expected __PRETTY_FUNCTION__.
authorNathan Sidwell <nathan@acm.org>
Mon, 27 Sep 1999 08:28:19 +0000 (08:28 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Mon, 27 Sep 1999 08:28:19 +0000 (08:28 +0000)
* g++.old-deja/g++.pt/memtemp77.C: Adjust expected
__PRETTY_FUNCTION__.

From-SVN: r29674

gcc/testsuite/ChangeLog
gcc/testsuite/g++.old-deja/g++.pt/memtemp77.C

index 4190677d038c2d8958ef45a8dba2b3c5c305a251..e4ea51a1e06f4bbe39cdfaf98d8b632575ef7391 100644 (file)
@@ -1,3 +1,8 @@
+Mon Sep 27 09:14:24 BST 1999  Nathan Sidwell  <nathan@acm.org>
+
+       * g++.old-deja/g++.pt/memtemp77.C: Adjust expected
+       __PRETTY_FUNCTION__.
+
 1999-09-21  Mark Mitchell  <mark@codesourcery.com>
 
        * g++.dg/ecos.exp: Don't supply -finit-priority to cc1plus.
index ca4cf20e7dfb75831741d07f6b9f56cbcf5658ca..54c49952dd7d2be2bb075ca6dc84920b40965d69 100644 (file)
@@ -18,7 +18,7 @@ char* S3<char>::h(int) { return __PRETTY_FUNCTION__; }
 int main()
 {
   if (strcmp (S3<double>::h(7), 
-             "static char * S3<double>::h<int>(int)") == 0)
+             "char *S3<double>::h<int> (int)") == 0)
     return 0;
   else 
     return 1;