From: Nico Weber Date: Tue, 16 Apr 2019 13:30:50 +0000 (+0000) Subject: llvm-undname: add a missing CHECK: to a passing test X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=05111de25226fc7469b264e0f1fb386251e71367;p=llvm llvm-undname: add a missing CHECK: to a passing test git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@358488 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Demangle/ms-basic.test b/test/Demangle/ms-basic.test index 91ac38bd2b8..c3ef53afdae 100644 --- a/test/Demangle/ms-basic.test +++ b/test/Demangle/ms-basic.test @@ -225,5 +225,5 @@ ??_V@YAXPEAXAEAVklass@@@Z ; CHECK: void __cdecl operator delete[](void *, class klass &) -; ?A@?A0x43583946@@3VB@@B -class B const `anonymous namespace'::A \ No newline at end of file +?A@?A0x43583946@@3VB@@B +; CHECK: class B const `anonymous namespace'::A