Skip to content

Commit 90a0dc7

Browse files
committed
[gn build] Port f4f85e0
1 parent f4f85e0 commit 90a0dc7

File tree

1 file changed

+1
-4
lines changed
  • llvm/utils/gn/secondary/llvm/unittests/tools/llvm-profdata

1 file changed

+1
-4
lines changed

llvm/utils/gn/secondary/llvm/unittests/tools/llvm-profdata/BUILD.gn

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,5 @@ unittest("LLVMProfdataTests") {
66
"//llvm/lib/Support",
77
"//llvm/lib/Testing/Support",
88
]
9-
sources = [
10-
"MD5CollisionTest.cpp",
11-
"OutputSizeLimitTest.cpp",
12-
]
9+
sources = [ "OutputSizeLimitTest.cpp" ]
1310
}

0 commit comments

Comments
 (0)