projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d035c29
)
Fix typo
author
Mark Mitchell
<mmitchel@gcc.gnu.org>
Mon, 30 May 2005 16:22:53 +0000
(16:22 +0000)
committer
Mark Mitchell
<mmitchel@gcc.gnu.org>
Mon, 30 May 2005 16:22:53 +0000
(16:22 +0000)
From-SVN: r100366
gcc/testsuite/g++.dg/lookup/using14.C
patch
|
blob
|
history
diff --git
a/gcc/testsuite/g++.dg/lookup/using14.C
b/gcc/testsuite/g++.dg/lookup/using14.C
index 072018e3b8ff52f2c90489d0581f45437d9bd01d..6dd743a7e10ac606b9d61bcac46a22b8b6b45147 100644
(file)
--- a/
gcc/testsuite/g++.dg/lookup/using14.C
+++ b/
gcc/testsuite/g++.dg/lookup/using14.C
@@
-3,6
+3,6
@@
namespace mine
{
int cpow;
-}
;
+}
using mine::cpow;