From 52edb2ecc9530264dc75babe477fd75c64feac04 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 9 Dec 2014 14:08:10 -0800 Subject: Register new snapshots --- src/libstd/sys/windows/process.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libstd/sys/windows/process.rs') diff --git a/src/libstd/sys/windows/process.rs b/src/libstd/sys/windows/process.rs index 02548bedf02..adbcff8a53f 100644 --- a/src/libstd/sys/windows/process.rs +++ b/src/libstd/sys/windows/process.rs @@ -500,8 +500,8 @@ mod tests { "echo \"a b c\"" ); assert_eq!( - test_wrapper("\u03c0\u042f\u97f3\u00e6\u221e", &[]), - "\u03c0\u042f\u97f3\u00e6\u221e" + test_wrapper("\u{03c0}\u{042f}\u{97f3}\u{00e6}\u{221e}", &[]), + "\u{03c0}\u{042f}\u{97f3}\u{00e6}\u{221e}" ); } } -- cgit 1.4.1-3-g733a5