]> git.lizzy.rs Git - rust.git/blobdiff - src/test/incremental/hashes/extern_mods.rs
Bless incremental tests.
[rust.git] / src / test / incremental / hashes / extern_mods.rs
index 783407a9e04f1cf8ef9e8adbc5a33bf3ebc520d6..4bc98fd7cd08291f2e424120389383817d4882e3 100644 (file)
 // Make function public --------------------------------------------------------
 #[cfg(any(cfail1,cfail4))]
 extern "C" {
-    fn make_function_public(c: i32);
+    fn     make_function_public(c: i32);
 }
 
 #[cfg(not(any(cfail1,cfail4)))]
-#[rustc_clean(cfg = "cfail2", except = "hir_owner")]
+#[rustc_clean(cfg = "cfail2")]
 #[rustc_clean(cfg = "cfail3")]
-#[rustc_clean(cfg = "cfail5", except = "hir_owner")]
+#[rustc_clean(cfg = "cfail5")]
 #[rustc_clean(cfg = "cfail6")]
 extern "C" {
     pub fn make_function_public(c: i32);