Author: Nico Weber
Date: 2023-04-27T10:12:39-04:00
New Revision: 843450b9a67c57f134913a2b90dcb5ba95114e0f

URL: 
https://github.com/llvm/llvm-project/commit/843450b9a67c57f134913a2b90dcb5ba95114e0f
DIFF: 
https://github.com/llvm/llvm-project/commit/843450b9a67c57f134913a2b90dcb5ba95114e0f.diff

LOG: [clang] Try to fix check-clang after f539b6ffc251

Added: 
    

Modified: 
    clang/test/SemaTemplate/concepts-inherited-ctor.cpp

Removed: 
    


################################################################################
diff  --git a/clang/test/SemaTemplate/concepts-inherited-ctor.cpp 
b/clang/test/SemaTemplate/concepts-inherited-ctor.cpp
index d6f3546b25fb..6ac5a1618784 100644
--- a/clang/test/SemaTemplate/concepts-inherited-ctor.cpp
+++ b/clang/test/SemaTemplate/concepts-inherited-ctor.cpp
@@ -89,4 +89,3 @@ namespace GH62362 {
     Test<void>();
   }
 }
-}


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to