about summary refs log tree commit diff
path: root/src/libstd/sys
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2015-02-19 23:18:20 +0530
committerManish Goregaokar <manishsmail@gmail.com>2015-02-19 23:18:20 +0530
commit49771bafa5fca16486bfd06741dac3de2c587adf (patch)
treecc0252dd3413e5f890d0ebcfdaa096e5b002be0b /src/libstd/sys
parent163be7525a3a5c7a826d081f7910e9b997a2e6e3 (diff)
downloadrust-49771bafa5fca16486bfd06741dac3de2c587adf.tar.gz
rust-49771bafa5fca16486bfd06741dac3de2c587adf.zip
Round 8 tex fixes
Diffstat (limited to 'src/libstd/sys')
-rw-r--r--src/libstd/sys/windows/process2.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/sys/windows/process2.rs b/src/libstd/sys/windows/process2.rs
index 4e36ed2f17f..19e38196d19 100644
--- a/src/libstd/sys/windows/process2.rs
+++ b/src/libstd/sys/windows/process2.rs
@@ -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}"
         );
     }