1
Fork 0

Make it pass the pretty-printer test.

This commit is contained in:
Vadim Chugunov 2014-08-14 01:55:51 -07:00
parent 1b2dc760af
commit 88c27e099f
3 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,7 @@ mod hello;
mod hello; mod hello;
#[cfg(target_os = "windows")] #[cfg(target_os = "windows")]
#[cfg(stage0, target_os = "win32")] // NOTE: Remove after snapshot /* NOTE: Remove after snapshot */#[cfg(stage0, target_os = "win32")]
mod hello; mod hello;
#[cfg(target_os = "freebsd")] #[cfg(target_os = "freebsd")]

View file

@ -43,7 +43,7 @@ mod m {
} }
#[cfg(target_os = "windows")] #[cfg(target_os = "windows")]
#[cfg(stage0, target_os = "win32")] // NOTE: Remove after snapshot /* NOTE: Remove after snapshot */#[cfg(stage0, target_os = "win32")]
mod m { mod m {
#[main] #[main]
#[cfg(target_arch = "x86")] #[cfg(target_arch = "x86")]

View file

@ -56,7 +56,7 @@ mod m {
} }
#[cfg(target_os = "windows")] #[cfg(target_os = "windows")]
#[cfg(stage0, target_os = "win32")] // NOTE: Remove after snapshot /* NOTE: Remove after snapshot */#[cfg(stage0, target_os = "win32")]
mod m { mod m {
#[cfg(target_arch = "x86")] #[cfg(target_arch = "x86")]
pub mod m { pub mod m {