Skip to content

Commit

Permalink
Rollup merge of rust-lang#47719 - malbarbo:run-pass-arch-powerpc, r=a…
Browse files Browse the repository at this point in the history
…lexcrichton

Add powerpc to run-pass/conditional-compile-arch.rs
  • Loading branch information
alexcrichton committed Jan 25, 2018
2 parents 2c7cd60 + 5c5d9dd commit ad8b313
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/test/run-pass/conditional-compile-arch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ pub fn main() { }
#[cfg(target_arch = "mips64")]
pub fn main() { }

#[cfg(target_arch = "powerpc")]
pub fn main() { }

#[cfg(target_arch = "powerpc64")]
pub fn main() { }

Expand Down

0 comments on commit ad8b313

Please sign in to comment.