From 503fe0b641724be1e8f1a4827e54264f743214f5 Mon Sep 17 00:00:00 2001
From: eth-p <32112321+eth-p@users.noreply.github.com>
Date: Tue, 11 Sep 2018 15:03:13 -0700
Subject: [PATCH] Fix sample.modified.rs

---
 tests/snapshots/sample.modified.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/snapshots/sample.modified.rs b/tests/snapshots/sample.modified.rs
index 30cbdde6..afa42ab0 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 {