summaryrefslogtreecommitdiffstats
path: root/tests/multiline.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/multiline.rs')
-rw-r--r--tests/multiline.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/multiline.rs b/tests/multiline.rs
index 41b4d3ad..64065f72 100644
--- a/tests/multiline.rs
+++ b/tests/multiline.rs
@@ -88,7 +88,7 @@ rgtest!(stdin, |_: Dir, mut cmd: TestCommand| {
1:For the Doctor Watsons of this world, as opposed to the Sherlock
2:Holmeses, success in the province of detective work must always
";
- eqnice!(expected, cmd.pipe(SHERLOCK));
+ eqnice!(expected, cmd.pipe(SHERLOCK.as_bytes()));
});
// Test that multiline search and contextual matches work.