Skip to content

Commit 6635337

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.
1 parent fec47e6 commit 6635337

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)