aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.ext/pretty3.C
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/g++.old-deja/g++.ext/pretty3.C')
-rw-r--r--gcc/testsuite/g++.old-deja/g++.ext/pretty3.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/g++.old-deja/g++.ext/pretty3.C b/gcc/testsuite/g++.old-deja/g++.ext/pretty3.C
index d8ae3c8218a..6348ae1ee67 100644
--- a/gcc/testsuite/g++.old-deja/g++.ext/pretty3.C
+++ b/gcc/testsuite/g++.old-deja/g++.ext/pretty3.C
@@ -33,7 +33,7 @@ template<> void f1<int> (int)
printf ("__FUNCTION__ %s\n", function);
printf ("__PRETTY_FUNCTION__ %s\n", pretty);
- if (strcmp (function, "f1"))
+ if (strcmp (function, "f1<int>"))
bad = true;
if (strcmp (pretty, "void f1(T) [with T = int]"))
bad = true;