Skip to content

Commit d999092

Browse files
committed
comment
1 parent cb2dcd0 commit d999092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build_system/src/test.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,7 @@ where
889889
}
890890

891891
if test_type == "ui" {
892-
// uses contains_ui_error_patterns function being sent as callback to run only only error pattern tests
892+
// After we removed the error tests that are known to panic with rustc_codegen_gcc, we now remove the passing tests since this runs the error tests.
893893
if run_error_pattern_test {
894894
// Redefining walk_dir to handle subdirectories
895895
fn walk_dir<F, G>(

0 commit comments

Comments
 (0)