summaryrefslogtreecommitdiffstats
path: root/tests/snapshots/output/grid.snapshot.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/snapshots/output/grid.snapshot.txt')
-rw-r--r--tests/snapshots/output/grid.snapshot.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/snapshots/output/grid.snapshot.txt b/tests/snapshots/output/grid.snapshot.txt
index b5bd13c2..54c668f7 100644
--- a/tests/snapshots/output/grid.snapshot.txt
+++ b/tests/snapshots/output/grid.snapshot.txt
@@ -10,6 +10,7 @@ fn main() {
"The perimeter of the rectangle is {} pixels.",
perimeter(&rect1)
);
+<bat: INVALID UTF-8>
}
fn area(rectangle: &Rectangle) -> u32 {