diff options
Diffstat (limited to 'llvm/test/Demangle/ms-templates.test')
-rw-r--r-- | llvm/test/Demangle/ms-templates.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Demangle/ms-templates.test b/llvm/test/Demangle/ms-templates.test index bddc92ffb50..91e85f412ef 100644 --- a/llvm/test/Demangle/ms-templates.test +++ b/llvm/test/Demangle/ms-templates.test @@ -195,7 +195,7 @@ ; CHECK: void __thiscall UUIDType4<&struct __s_GUID const _GUID_12345678_1234_1234_1234_1234567890ab>::bar(void) ??$f@US@@$1?g@1@QEAAXXZ@@YAXXZ -; CHECK: void __cdecl f<struct S, &void __cdecl S::g(void)>(void) +; CHECK: void __cdecl f<struct S, &public: void __cdecl S::g(void)>(void) ??$?0N@?$Foo@H@@QEAA@N@Z -; CHECK: __cdecl Foo<int>::Foo<int><double>(double)
\ No newline at end of file +; CHECK: __cdecl Foo<int>::Foo<int><double>(double) |