about summary refs log tree commit diff
path: root/src/compiletest
diff options
context:
space:
mode:
authorEric Holk <eric.holk@gmail.com>2012-08-16 17:50:21 -0700
committerEric Holk <eric.holk@gmail.com>2012-08-16 17:50:36 -0700
commit5f5758888762aa1f70355d3440ef0f0e58f80cb8 (patch)
tree25286fb6f3b6213d15b78c1f849a317c52a38142 /src/compiletest
parentb592d5731186d6df6eb1494b37e069f9aff34eaf (diff)
downloadrust-5f5758888762aa1f70355d3440ef0f0e58f80cb8.tar.gz
rust-5f5758888762aa1f70355d3440ef0f0e58f80cb8.zip
Update the rock-paper-scissors example in the tutorial, and rename some types in core::pipes
Diffstat (limited to 'src/compiletest')
-rw-r--r--src/compiletest/procsrv.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiletest/procsrv.rs b/src/compiletest/procsrv.rs
index 312c48a2406..bd9f8f4385f 100644
--- a/src/compiletest/procsrv.rs
+++ b/src/compiletest/procsrv.rs
@@ -60,7 +60,7 @@ fn run(lib_path: ~str,
 
 
     writeclose(pipe_in.out, input);
-    let p = pipes::port_set();
+    let p = pipes::PortSet();
     let ch = p.chan();
     do task::spawn_sched(task::SingleThreaded) {
         let errput = readclose(pipe_err.in);