Index: clang/unittests/Tooling/LookupTest.cpp =================================================================== --- clang/unittests/Tooling/LookupTest.cpp +++ clang/unittests/Tooling/LookupTest.cpp @@ -210,7 +210,7 @@ } }; Visitor.runOver("namespace a { namespace b { class Foo {}; } }\n" - "namespace c { using a::b::Foo; Foo f();; }\n"); + "namespace c { a::b::Foo f();; }\n"); // Rename TypeLoc `x::y::Old` to new name `x::Foo` at [0] and check that the // type is replaced with "Foo" instead of "x::Foo". Although there is a symbol