Skip to content

Commit 2cb6dd3

Browse files
authored
Merge pull request #255 from artemcm/monorepo_integration_test_discovery
[Integration Tests] Fixup the path to llvm's lit.py to reflect the monorepo structure
2 parents dc26337 + 3bb6d4d commit 2cb6dd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/SwiftDriverTests/IntegrationTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,11 +156,11 @@ final class IntegrationTests: IntegrationTestCase {
156156
/// The path to the real frontend we should use.
157157
let frontendFile = swiftBuildDir.appending(components: "bin", "swift")
158158

159-
/// The root directory, where build/, llvm/, and swift/ live.
159+
/// The root directory, where build/, llvm-project/, and swift/ live.
160160
let swiftRootDir = swiftBuildDir.parentDirectory.parentDirectory.parentDirectory
161161

162162
/// The path to lit.py.
163-
let litFile = swiftRootDir.appending(components: "llvm", "utils", "lit",
163+
let litFile = swiftRootDir.appending(components: "llvm-project", "llvm", "utils", "lit",
164164
"lit.py")
165165

166166
/// The path to the test suite we want to run.

0 commit comments

Comments
 (0)