]> git.lizzy.rs Git - rust.git/commitdiff
Round 8 tex fixes
authorManish Goregaokar <manishsmail@gmail.com>
Thu, 19 Feb 2015 17:48:20 +0000 (23:18 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Thu, 19 Feb 2015 17:48:20 +0000 (23:18 +0530)
src/libstd/sys/windows/process2.rs

index 4e36ed2f17f921fc08a2a911c1521f1eb0dd480d..19e38196d199fc360f20c199dd5047ed9cf5d939 100644 (file)
@@ -472,7 +472,7 @@ fn test_wrapper(prog: &str, args: &[&str]) -> String {
             "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}"
         );
     }