Skip to content

Commit 0b20f00

Browse files
committed
removed unwanted comment
1 parent fb89fc9 commit 0b20f00

File tree

2 files changed

+5270
-2
lines changed

2 files changed

+5270
-2
lines changed

build_system/src/test.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -835,8 +835,6 @@ fn valid_ui_error_pattern_test(file: &str) -> bool {
835835
}
836836

837837
fn contains_ui_error_patterns(file_path: &Path, keep_lto_tests: bool) -> Result<bool, String> {
838-
// Inverted logic: UI tests are expected to fail by default unless marked with pass markers.
839-
// Return false (keep) for tests with pass markers, true (remove) for everything else.
840838
let file = File::open(file_path)
841839
.map_err(|error| format!("Failed to read `{}`: {:?}", file_path.display(), error))?;
842840

0 commit comments

Comments
 (0)