summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authoreth-p <32112321+eth-p@users.noreply.github.com>2018-09-11 15:03:13 -0700
committereth-p <32112321+eth-p@users.noreply.github.com>2018-09-11 15:03:13 -0700
commit503fe0b641724be1e8f1a4827e54264f743214f5 (patch)
tree128e9bb657de871e3072b157bdb3eeca8416fe95 /tests
parent1807f9653cb27a16f9b7d7e445217562ef8d612a (diff)
Fix sample.modified.rs
Diffstat (limited to 'tests')
-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 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 {