diff options
author | Jason Merrill <jason@gcc.gnu.org> | 1999-02-08 07:03:15 -0500 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 1999-02-08 07:03:15 -0500 |
commit | 7ff140c597657d58af2d0b41ddab6fd7886a24b1 (patch) | |
tree | 0fdba513e97db92bb0466971bd60993823ac563b /gcc | |
parent | 34f4db93fc63a60b990c010561109070e76c72b3 (diff) | |
download | gcc-7ff140c597657d58af2d0b41ddab6fd7886a24b1.zip gcc-7ff140c597657d58af2d0b41ddab6fd7886a24b1.tar.gz gcc-7ff140c597657d58af2d0b41ddab6fd7886a24b1.tar.bz2 |
update
From-SVN: r25083
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/g++.old-deja/g++.pt/explicit73.C | 2 |
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; |