Skip to content

Commit

Permalink
Remove spurious comment in test for rust-lang#1866.
Browse files Browse the repository at this point in the history
It's no longer xfailed.
  • Loading branch information
metajack committed Sep 5, 2013
1 parent b161e09 commit 4c37537
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/run-pass/issue-1866.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

// xfail-test FIXME #1866
mod a {
pub type rust_task = uint;
pub mod rustrt {
Expand Down

1 comment on commit 4c37537

@huonw
Copy link

@huonw huonw commented on 4c37537 Sep 5, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r+

Please sign in to comment.