Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 49771ba

Browse files
committedFeb 19, 2015
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
 

‎src/libstd/sys/windows/process2.rs

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.