Skip to content

Commit c2cafea

Browse files
committed
chore: update snapshots
1 parent 7d6543a commit c2cafea

File tree

8 files changed

+297
-293
lines changed

8 files changed

+297
-293
lines changed

libs/@local/hashql/compiletest/src/suite/mir_pass_transform_forward_substitution.rs

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,15 @@ impl Suite for MirPassTransformForwardSubstitution {
100100
diagnostics,
101101
)?;
102102

103-
let _ = writeln!(buffer, "\n{}\n", Header::new("MIR after SROA"));
103+
let _ = writeln!(
104+
buffer,
105+
"\n{}\n",
106+
Header::new("MIR after Forward Substitution")
107+
);
104108
mir_format_text(heap, &environment, &mut buffer, root, &bodies);
105109

106110
if let Some((mut writer, handle)) = d2 {
107-
writeln!(writer, "final: 'MIR after SROA' {{")
111+
writeln!(writer, "final: 'MIR after Forward Substitution' {{")
108112
.expect("should be able to write to buffer");
109113
mir_format_d2(heap, &environment, &mut writer, root, &bodies);
110114
writeln!(writer, "}}").expect("should be able to write to buffer");

libs/@local/hashql/mir/tests/ui/pass/forward_substitution/chained-projection.stdout

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/@local/hashql/mir/tests/ui/pass/forward_substitution/closure-env-capture.aux.svg

Lines changed: 285 additions & 285 deletions
Loading

libs/@local/hashql/mir/tests/ui/pass/forward_substitution/closure-env-capture.stdout

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/@local/hashql/mir/tests/ui/pass/forward_substitution/nested.stdout

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/@local/hashql/mir/tests/ui/pass/forward_substitution/param-const-agree.stdout

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/@local/hashql/mir/tests/ui/pass/forward_substitution/param-const-diverge.stdout

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/@local/hashql/mir/tests/ui/pass/forward_substitution/tuple-projection.stdout

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)