Skip to content

Commit 3764ef8

Browse files
committed
Drop libSyntax's Unit Tests
We no longer intend to support the libSyntax AST, so let's drop the tests that are only going to get in the way of us iterating on the Swift Syntax tree.
1 parent 97ef9bf commit 3764ef8

11 files changed

+0
-3380
lines changed

unittests/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,7 @@ if(SWIFT_INCLUDE_TOOLS)
1717
add_subdirectory(Sema)
1818
add_subdirectory(SIL)
1919
add_subdirectory(SwiftDemangle)
20-
add_subdirectory(Syntax)
2120

22-
if(SWIFT_BUILD_SYNTAXPARSERLIB)
23-
add_subdirectory(SyntaxParser)
24-
endif()
2521
add_subdirectory(Threading)
2622

2723
if(SWIFT_BUILD_SDK_OVERLAY)

unittests/Syntax/CMakeLists.txt

Lines changed: 0 additions & 13 deletions
This file was deleted.

unittests/Syntax/DeclSyntaxTests.cpp

Lines changed: 0 additions & 764 deletions
This file was deleted.

0 commit comments

Comments
 (0)