Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Round 8 tex fixes
  • Loading branch information
Manishearth committed Feb 19, 2015
1 parent 163be75 commit 49771ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/sys/windows/process2.rs
Expand Up @@ -472,7 +472,7 @@ mod tests {
"echo \"a b c\""
);
assert_eq!(
test_wrapper("\u{03c0}\u{042f}\u{97f3}\u{00e6}\u{221e}", &[..]),
test_wrapper("\u{03c0}\u{042f}\u{97f3}\u{00e6}\u{221e}", &[]),
"\u{03c0}\u{042f}\u{97f3}\u{00e6}\u{221e}"
);
}
Expand Down

0 comments on commit 49771ba

Please sign in to comment.