]> git.lizzy.rs Git - rust.git/commitdiff
Make it pass the pretty-printer test.
authorVadim Chugunov <vadimcn@gmail.com>
Thu, 14 Aug 2014 08:55:51 +0000 (01:55 -0700)
committerVadim Chugunov <vadimcn@gmail.com>
Thu, 14 Aug 2014 08:55:51 +0000 (01:55 -0700)
src/test/run-pass/dupe-first-attr.rc
src/test/run-pass/intrinsic-alignment.rs
src/test/run-pass/rec-align-u64.rs

index cb99f90bea8ef8e92729da4e4dcf44575204de52..f987446c6ad4348512130a63b0d38fbca1c9c953 100644 (file)
@@ -18,7 +18,7 @@ mod hello;
 mod hello;
 
 #[cfg(target_os = "windows")]
-#[cfg(stage0, target_os = "win32")] // NOTE: Remove after snapshot
+/* NOTE: Remove after snapshot */#[cfg(stage0, target_os = "win32")]
 mod hello;
 
 #[cfg(target_os = "freebsd")]
index f8110ad79754e51f0d2c932e7e89a186ee798c2e..5d0a3c085b4f037a411341c66bf0e79afec48388 100644 (file)
@@ -43,7 +43,7 @@ pub fn main() {
 }
 
 #[cfg(target_os = "windows")]
-#[cfg(stage0, target_os = "win32")] // NOTE: Remove after snapshot
+/* NOTE: Remove after snapshot */#[cfg(stage0, target_os = "win32")]
 mod m {
     #[main]
     #[cfg(target_arch = "x86")]
index f9a496feb6c0880b586ecd66b84991d05f15c489..3a4f877012278daf24eaecae3449483cfb4a3c93 100644 (file)
@@ -56,7 +56,7 @@ pub fn size() -> uint { 16u }
 }
 
 #[cfg(target_os = "windows")]
-#[cfg(stage0, target_os = "win32")] // NOTE: Remove after snapshot
+/* NOTE: Remove after snapshot */#[cfg(stage0, target_os = "win32")]
 mod m {
     #[cfg(target_arch = "x86")]
     pub mod m {