1
Fork 0

Move to short kind kinds words in test suite

Issue #1076
This commit is contained in:
Marijn Haverbeke 2011-10-28 14:57:49 +02:00
parent cba4ddc6a4
commit 3397fa4701
14 changed files with 39 additions and 39 deletions

View file

@ -80,7 +80,7 @@ fn test_join_convenient() {
#[ignore]
fn spawn_polymorphic() {
// FIXME #1038: Can't spawn palymorphic functions
/*fn foo<unique T>(x: T) { log_err x; }
/*fn foo<uniq T>(x: T) { log_err x; }
task::spawn(true, foo);
task::spawn(42, foo);*/