memtemp77.C: Adjust expected __PRETTY_FUNCTION__.

* g++.old-deja/g++.pt/memtemp77.C: Adjust expected
	__PRETTY_FUNCTION__.

From-SVN: r29674
This commit is contained in:
Nathan Sidwell 1999-09-27 08:28:19 +00:00 committed by Nathan Sidwell
parent 9e93bc9dcc
commit a0cc9ab624
2 changed files with 6 additions and 1 deletions

View 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.

View 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;