We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 089effd commit fd83588Copy full SHA for fd83588
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 163be7525a3a5c7a826d081f7910e9b997a2e6e3
+refs/heads/master: 49771bafa5fca16486bfd06741dac3de2c587adf
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 522d09dfecbeca1595f25ac58c6d0178bbd21d7d
5
refs/heads/try: ccf8fedf1cffcb8f6f3581d53d220039e192fe77
trunk/src/libstd/sys/windows/process2.rs
@@ -472,7 +472,7 @@ mod tests {
472
"echo \"a b c\""
473
);
474
assert_eq!(
475
- test_wrapper("\u{03c0}\u{042f}\u{97f3}\u{00e6}\u{221e}", &[..]),
+ test_wrapper("\u{03c0}\u{042f}\u{97f3}\u{00e6}\u{221e}", &[]),
476
"\u{03c0}\u{042f}\u{97f3}\u{00e6}\u{221e}"
477
478
}
0 commit comments