| ... | @@ -561,7 +561,7 @@ pub fn lowerToTranslateCSteps( | ... | @@ -561,7 +561,7 @@ pub fn lowerToTranslateCSteps( |
| 561 | for (self.translate.items) |case| switch (case.kind) { | 561 | for (self.translate.items) |case| switch (case.kind) { |
| 562 | .run => |output| { | 562 | .run => |output| { |
| 563 | if (translate_c_options.skip_run_translated_c) continue; | 563 | if (translate_c_options.skip_run_translated_c) continue; |
| 564 | const annotated_case_name = b.fmt("run-translated-c {s}", .{case.name}); | 564 | const annotated_case_name = b.fmt("run-translated-c {s}", .{case.name}); |
| 565 | for (test_filters) |test_filter| { | 565 | for (test_filters) |test_filter| { |
| 566 | if (std.mem.indexOf(u8, annotated_case_name, test_filter)) |_| break; | 566 | if (std.mem.indexOf(u8, annotated_case_name, test_filter)) |_| break; |
| 567 | } else if (test_filters.len > 0) continue; | 567 | } else if (test_filters.len > 0) continue; |