Skip to content

Commit 5ab22d9

Browse files
committed
Refactor test structure per some review feedback.
1 parent 17035a9 commit 5ab22d9

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
// rustfmt-space_around_attr_eq: false
2+
3+
fn attr_eq_test() {
4+
#[cfg(not(target_os = "pi"))]
5+
println!("os is not pi!");
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
// rustfmt-space_around_attr_eq: false
2+
3+
fn attr_eq_test() {
4+
#[cfg(not(target_os="pi"))]
5+
println!("os is not pi!");
6+
}

0 commit comments

Comments
 (0)