Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lordshashank committed Jun 10, 2024
1 parent cb2dcd0 commit d999092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_system/src/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -889,7 +889,7 @@ where
}

if test_type == "ui" {
// uses contains_ui_error_patterns function being sent as callback to run only only error pattern tests
// 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.
if run_error_pattern_test {
// Redefining walk_dir to handle subdirectories
fn walk_dir<F, G>(
Expand Down

0 comments on commit d999092

Please sign in to comment.