]> git.proxmox.com Git - rustc.git/blobdiff - src/test/run-pass/sepcomp-fns.rs
Imported Upstream version 1.0.0~beta.3
[rustc.git] / src / test / run-pass / sepcomp-fns.rs
index f4fa0ed56981284af8c552f55cd56e088474ee30..a2356cf02a11ff84ad161f326b43a34816941710 100644 (file)
@@ -8,6 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+// ignore-bitrig
 // compile-flags: -C codegen-units=3
 
 // Test basic separate compilation functionality.  The functions should be able
@@ -17,7 +18,6 @@
 // Generate some code in the first compilation unit before declaring any
 // modules.  This ensures that the first module doesn't go into the same
 // compilation unit as the top-level module.
-// pretty-expanded FIXME #23616
 
 fn one() -> usize { 1 }