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 4190677..e4ea51a 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 ca4cf20..54c4995 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;