Skip to content

Commit

Permalink
Add powerpc to run-pass/conditional-compile-arch.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
malbarbo committed Jan 24, 2018
1 parent 4e3901d commit 5c5d9dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/test/run-pass/conditional-compile-arch.rs
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 5c5d9dd

Please sign in to comment.