Skip to content

Commit 19023b0

Browse files
Merge pull request #1882 from cachemeifyoucan/eng/PR-diag-fixup
[Tests] Remove a check for compiler side diagnostics
2 parents a0a9739 + 6635337 commit 19023b0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tests/SwiftDriverTests/CachingBuildTests.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,6 @@ final class CachingBuildTests: XCTestCase {
873873

874874
XCTAssertEqual(testDiagnostics.count, 1)
875875
XCTAssertEqual(testDiagnostics[0].severity, .error)
876-
XCTAssertEqual(testDiagnostics[0].message, "CAS error encountered: conflicting CAS options used in scanning service")
877876
}
878877
}
879878

0 commit comments

Comments
 (0)