From: Saar Raz Date: Wed, 16 Oct 2019 02:56:40 +0000 (+0000) Subject: Fix failing mangle-concept.cpp test. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9978e5efb09956772c955dfe5287647661f7248f;p=clang Fix failing mangle-concept.cpp test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@374971 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenCXX/mangle-concept.cpp b/test/CodeGenCXX/mangle-concept.cpp index 8f6d8171ab..3ef7f2e02a 100644 --- a/test/CodeGenCXX/mangle-concept.cpp +++ b/test/CodeGenCXX/mangle-concept.cpp @@ -6,11 +6,11 @@ template struct S {}; template concept C = true; template S> f0() { return S>{}; } template S> f0<>(); -// CHECK: void @_ZN5test12f0IiEENS_1SIXL_ZNS_1CIT_EEEEEEv() +// CHECK: void @_ZN5test12f0IiEENS_1SIXL_ZNS_1CIT_EEEEEEv( } template struct S {}; template concept C = true; template S> f0() { return S>{}; } template S> f0<>(); -// CHECK: void @_Z2f0IiE1SIXL_Z1CIT_EEEEv() \ No newline at end of file +// CHECK: void @_Z2f0IiE1SIXL_Z1CIT_EEEEv(