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