]> granicus.if.org Git - clang/commitdiff
Fix failing mangle-concept.cpp test.
authorSaar Raz <saar@raz.email>
Wed, 16 Oct 2019 02:56:40 +0000 (02:56 +0000)
committerSaar Raz <saar@raz.email>
Wed, 16 Oct 2019 02:56:40 +0000 (02:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@374971 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/mangle-concept.cpp

index 8f6d8171ab2e1dcd4b0f7e2fc182665f3a1ca352..3ef7f2e02a09097e931a8e0d27e73e8bf38c2398 100644 (file)
@@ -6,11 +6,11 @@ template <bool> struct S {};
 template <typename> concept C = true;
 template <typename T = int> S<C<T>> f0() { return S<C<T>>{}; }
 template S<C<int>> f0<>();
-// CHECK: void @_ZN5test12f0IiEENS_1SIXL_ZNS_1CIT_EEEEEEv()
+// CHECK: void @_ZN5test12f0IiEENS_1SIXL_ZNS_1CIT_EEEEEEv(
 }
 
 template <bool> struct S {};
 template <typename> concept C = true;
 template <typename T = int> S<C<T>> f0() { return S<C<T>>{}; }
 template S<C<int>> f0<>();
-// CHECK: void @_Z2f0IiE1SIXL_Z1CIT_EEEEv()
\ No newline at end of file
+// CHECK: void @_Z2f0IiE1SIXL_Z1CIT_EEEEv(