[clang] 2a2149c - [randstruct] Remove RandstructTest.cpp from list
Bill Wendling via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 8 17:41:47 PDT 2022
Author: Bill Wendling
Date: 2022-04-08T17:41:36-07:00
New Revision: 2a2149c754f96376ddf8fed248102dd8e6092a22
URL: https://github.com/llvm/llvm-project/commit/2a2149c754f96376ddf8fed248102dd8e6092a22
DIFF: https://github.com/llvm/llvm-project/commit/2a2149c754f96376ddf8fed248102dd8e6092a22.diff
LOG: [randstruct] Remove RandstructTest.cpp from list
Added:
Modified:
clang/unittests/AST/CMakeLists.txt
Removed:
################################################################################
diff --git a/clang/unittests/AST/CMakeLists.txt b/clang/unittests/AST/CMakeLists.txt
index 2dcef2d2fca0e..ab718d192024e 100644
--- a/clang/unittests/AST/CMakeLists.txt
+++ b/clang/unittests/AST/CMakeLists.txt
@@ -25,7 +25,6 @@ add_clang_unittest(ASTTests
EvaluateAsRValueTest.cpp
ExternalASTSourceTest.cpp
NamedDeclPrinterTest.cpp
- RandstructTest.cpp
RecursiveASTVisitorTest.cpp
SizelessTypesTest.cpp
SourceLocationTest.cpp
More information about the cfe-commits
mailing list