]> git.proxmox.com Git - rustc.git/blobdiff - src/test/run-pass/reexport-star.rs
Imported Upstream version 1.0.0~0alpha
[rustc.git] / src / test / run-pass / reexport-star.rs
index 3cc250b1707449034ced4577f93debf62c194a42..22ca737d421987ac99cfe78fcc3b5c17083b3543 100644 (file)
@@ -1,6 +1,4 @@
-// xfail-fast
-
-// Copyright 2012 The Rust Project Developers. See the COPYRIGHT
+// Copyright 2012-2014 The Rust Project Developers. See the COPYRIGHT
 // file at the top-level directory of this distribution and at
 // http://rust-lang.org/COPYRIGHT.
 //
@@ -10,7 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// FIXME #3654
 
 mod a {
     pub fn f() {}