From: Mark Mitchell Date: Mon, 30 May 2005 16:22:53 +0000 (+0000) Subject: Fix typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9b4692cd019c28831e2a6a1645a2fe03ff333bd4;p=gcc.git Fix typo From-SVN: r100366 --- diff --git a/gcc/testsuite/g++.dg/lookup/using14.C b/gcc/testsuite/g++.dg/lookup/using14.C index 072018e3b8f..6dd743a7e10 100644 --- 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;