summaryrefslogtreecommitdiffstats
path: root/tests/snapshots/output/changes,grid,header.snapshot.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/snapshots/output/changes,grid,header.snapshot.txt')
-rw-r--r--tests/snapshots/output/changes,grid,header.snapshot.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/snapshots/output/changes,grid,header.snapshot.txt b/tests/snapshots/output/changes,grid,header.snapshot.txt
index d5be34cb..655b6e24 100644
--- a/tests/snapshots/output/changes,grid,header.snapshot.txt
+++ b/tests/snapshots/output/changes,grid,header.snapshot.txt
@@ -13,7 +13,7 @@ _ │ fn main() {
~ │ "The perimeter of the rectangle is {} pixels.",
~ │ perimeter(&rect1)
│ );
-+ │ <bat: INVALID UTF-8>
++ │ println!(r#"This line contains invalid utf8: "�����"#;
│ }
│ fn area(rectangle: &Rectangle) -> u32 {