Skip to content

Commit 1dc174a

Browse files
committed
Amend
1 parent 15cb894 commit 1dc174a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ceiling.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ fn justfile_init_search_stops_at_ceiling_dir() {
6868
.current_dir("foo/bar")
6969
.args(["--init", "--ceiling", ceiling.to_str().unwrap()])
7070
.stderr_regex(if cfg!(windows) {
71-
"Wrote justfile to `.*\\foo\\bar\\justfile`\n"
71+
r"Wrote justfile to `.*\\foo\\bar\\justfile`\n"
7272
} else {
7373
"Wrote justfile to `.*/foo/bar/justfile`\n"
7474
})

0 commit comments

Comments
 (0)