aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Merrill <jason@gcc.gnu.org>1999-02-08 07:03:15 -0500
committerJason Merrill <jason@gcc.gnu.org>1999-02-08 07:03:15 -0500
commit7ff140c597657d58af2d0b41ddab6fd7886a24b1 (patch)
tree0fdba513e97db92bb0466971bd60993823ac563b
parent34f4db93fc63a60b990c010561109070e76c72b3 (diff)
downloadgcc-7ff140c597657d58af2d0b41ddab6fd7886a24b1.zip
gcc-7ff140c597657d58af2d0b41ddab6fd7886a24b1.tar.gz
gcc-7ff140c597657d58af2d0b41ddab6fd7886a24b1.tar.bz2
update
From-SVN: r25083
-rw-r--r--gcc/testsuite/g++.old-deja/g++.pt/explicit73.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/g++.old-deja/g++.pt/explicit73.C b/gcc/testsuite/g++.old-deja/g++.pt/explicit73.C
index d913d17..1dd0f69 100644
--- a/gcc/testsuite/g++.old-deja/g++.pt/explicit73.C
+++ b/gcc/testsuite/g++.old-deja/g++.pt/explicit73.C
@@ -7,7 +7,7 @@
// the template
namespace N {
- template <class T> class foo;
+ template <class T> class foo; // ERROR - referenced below
}
using namespace N;