summaryrefslogtreecommitdiffstats
path: root/tests/snapshots/output/header.snapshot.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/snapshots/output/header.snapshot.txt')
-rw-r--r--tests/snapshots/output/header.snapshot.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/snapshots/output/header.snapshot.txt b/tests/snapshots/output/header.snapshot.txt
index ade4e94f..6b9b5701 100644
--- a/tests/snapshots/output/header.snapshot.txt
+++ b/tests/snapshots/output/header.snapshot.txt
@@ -11,7 +11,7 @@ fn main() {
"The perimeter of the rectangle is {} pixels.",
perimeter(&rect1)
);
- println!(r#"This line contains invalid utf8: "øˆ€€€"#;
+ println!(r#"This line contains invalid utf8: "�����"#;
}
fn area(rectangle: &Rectangle) -> u32 {