Skip to content

Commit 5c5d9dd

Browse files
committed
Add powerpc to run-pass/conditional-compile-arch.rs
1 parent 4e3901d commit 5c5d9dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/test/run-pass/conditional-compile-arch.rs

+3
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ pub fn main() { }
2828
#[cfg(target_arch = "mips64")]
2929
pub fn main() { }
3030

31+
#[cfg(target_arch = "powerpc")]
32+
pub fn main() { }
33+
3134
#[cfg(target_arch = "powerpc64")]
3235
pub fn main() { }
3336

0 commit comments

Comments
 (0)