Skip to content

Commit 49771ba

Browse files
committed
Round 8 tex fixes
1 parent 163be75 commit 49771ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/libstd/sys/windows/process2.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ mod tests {
472472
"echo \"a b c\""
473473
);
474474
assert_eq!(
475-
test_wrapper("\u{03c0}\u{042f}\u{97f3}\u{00e6}\u{221e}", &[..]),
475+
test_wrapper("\u{03c0}\u{042f}\u{97f3}\u{00e6}\u{221e}", &[]),
476476
"\u{03c0}\u{042f}\u{97f3}\u{00e6}\u{221e}"
477477
);
478478
}

0 commit comments

Comments
 (0)