summaryrefslogtreecommitdiffstats
path: root/tests/snapshots
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2018-09-12 20:28:21 +0200
committersharkdp <davidpeter@web.de>2018-09-12 20:28:21 +0200
commitb7690d4bb187ab04cd581cc4097f771498220531 (patch)
treebcd5f6125bb18a2e540c88a27f32297cdc3dda1a /tests/snapshots
parentd404139ff7484d6dbf8dbe57ec21b3b4a4176801 (diff)
Undo change in sample.modified.rs
Diffstat (limited to 'tests/snapshots')
-rw-r--r--tests/snapshots/sample.modified.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/snapshots/sample.modified.rs b/tests/snapshots/sample.modified.rs
index afa42ab0..866f359d 100644
--- a/tests/snapshots/sample.modified.rs
+++ b/tests/snapshots/sample.modified.rs
@@ -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 {