Skip to content

Commit 5d8fd11

Browse files
[Tests] Remove a check for compiler side diagnostics
Remove a check for the exact diagnostics message from the compiler side as it is out of scope for the test and it prohibits improvements to the diagnostics message from the compiler. (cherry picked from commit 6635337)
1 parent 33a42a2 commit 5d8fd11

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)