summaryrefslogtreecommitdiffstats
path: root/tests/snapshots/output/changes.snapshot.txt
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2018-09-12 20:28:30 +0200
committersharkdp <davidpeter@web.de>2018-09-12 20:28:30 +0200
commit3e21d69a92a1a3bb388d75c22f3f62c41cd558cb (patch)
tree8c45f21167eed181194a44a1f3e7b9c15cb2c729 /tests/snapshots/output/changes.snapshot.txt
parentb7690d4bb187ab04cd581cc4097f771498220531 (diff)
Re-generate files again
Diffstat (limited to 'tests/snapshots/output/changes.snapshot.txt')
-rw-r--r--tests/snapshots/output/changes.snapshot.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/snapshots/output/changes.snapshot.txt b/tests/snapshots/output/changes.snapshot.txt
index be701958..73520d6f 100644
--- a/tests/snapshots/output/changes.snapshot.txt
+++ b/tests/snapshots/output/changes.snapshot.txt
@@ -10,7 +10,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 {