about summary refs log tree commit diff
path: root/src/test/stdtest/task.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/stdtest/task.rs')
-rw-r--r--src/test/stdtest/task.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/stdtest/task.rs b/src/test/stdtest/task.rs
index 1349831cb87..b12636a58c0 100644
--- a/src/test/stdtest/task.rs
+++ b/src/test/stdtest/task.rs
@@ -80,7 +80,7 @@ fn test_join_convenient() {
 #[ignore]
 fn spawn_polymorphic() {
     // FIXME #1038: Can't spawn palymorphic functions
-    /*fn foo<~T>(x: T) { log_err x; }
+    /*fn foo<unique T>(x: T) { log_err x; }
 
     task::spawn(true, foo);
     task::spawn(42, foo);*/