diff --git a/Tests/SwiftDriverTests/IntegrationTests.swift b/Tests/SwiftDriverTests/IntegrationTests.swift index 49f23e4ac..95beb6e18 100644 --- a/Tests/SwiftDriverTests/IntegrationTests.swift +++ b/Tests/SwiftDriverTests/IntegrationTests.swift @@ -155,6 +155,10 @@ final class IntegrationTests: IntegrationTestCase { } try self.runLitTests(suite: "test", "stdlib") } + + func testLitSymbolGraphFrontendTest() throws { + try runLitTests(suite: "test", "SymbolGraph", "EmitWhileBuilding.swift") + } func runLitTests(suite: String...) throws { #if os(macOS)