Fix the expected fully qualified type.

This commit is contained in:
Vassil Vassilev 2018-04-21 16:01:43 +02:00 committed by sftnight
parent 4a226ee47a
commit c2ce10091f

View File

@ -125,4 +125,4 @@ namespace PR180 {
using Foo = Derived<base>;
}
auto bar = PR180::Foo()
// CHECK: (PR180::Foo) @0x{{[0-9a-f]+}}
// CHECK: (PR180::Derived<PR180::base> &) @0x{{[0-9a-f]+}}