[gn build] Port f4f85e0ab405

This commit is contained in:
LLVM GN Syncbot 2023-09-15 22:31:24 +00:00
parent f4f85e0ab4
commit 90a0dc7eaf

View File

@ -6,8 +6,5 @@ unittest("LLVMProfdataTests") {
"//llvm/lib/Support",
"//llvm/lib/Testing/Support",
]
sources = [
"MD5CollisionTest.cpp",
"OutputSizeLimitTest.cpp",
]
sources = [ "OutputSizeLimitTest.cpp" ]
}