Skip to content

Commit c17226d

Browse files
committedMar 5, 2025
[NFC] unittests: Link Frontend tests with swiftAST to work around dep cycle
1 parent 6a3903b commit c17226d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎unittests/Frontend/CMakeLists.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ add_swift_unittest(SwiftFrontendTests
66

77
target_link_libraries(SwiftFrontendTests
88
PRIVATE
9-
swiftFrontend)
9+
swiftFrontend
10+
# FIXME: Circular dependencies (AST <-> Parse)
11+
swiftAST)

0 commit comments

Comments
 (0)