Skip to content

Commit 3bb6d4d

Browse files
committed
[Integration Tests] Fixup the path to llvm's lit.py to reflect the monorepo structure
As created by the `update-checkout` script.
1 parent 308dd13 commit 3bb6d4d

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)