Skip to content

Commit 9ccfad2

Browse files
authored
Merge pull request #1474 from rjmansfield/fix-language-check
PreviewsBuildOperationTests: replace 'sanity' in comment
2 parents 4d166bd + 668f8ba commit 9ccfad2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/SWBBuildSystemTests/PreviewsBuildOperationTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1186,7 +1186,7 @@ fileprivate struct PreviewsBuildOperationTests: CoreBasedTests {
11861186
let buildSourceFile = srcRoot.join("Sources").join(sourceFile.name)
11871187
let requestedSourceFile = srcRootSymlink.join("Sources").join(sourceFile.name)
11881188

1189-
// Sanity check the setup: the two spellings differ as strings but resolve to the same file.
1189+
// Verify the setup: the two spellings differ as strings but resolve to the same file.
11901190
try #require(requestedSourceFile != buildSourceFile)
11911191
try #require(try tester.fs.realpath(requestedSourceFile) == tester.fs.realpath(buildSourceFile))
11921192

0 commit comments

Comments
 (0)