From 9bd6479912990046947913f160f69bc550dd3817 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 3 Jul 2014 12:01:33 -0700 Subject: [PATCH] Test fixes from the rollup --- src/libstd/os.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libstd/os.rs b/src/libstd/os.rs index 4388de43f20..b3f25914c8f 100644 --- a/src/libstd/os.rs +++ b/src/libstd/os.rs @@ -482,7 +482,7 @@ fn _split_paths(unparsed: T) -> Vec { } #[cfg(windows)] - pub fn _split_paths(unparsed: T) -> Vec { + fn _split_paths(unparsed: T) -> Vec { // On Windows, the PATH environment variable is semicolon separated. Double // quotes are used as a way of introducing literal semicolons (since // c:\some;dir is a valid Windows path). Double quotes are not themselves -- 2.44.0