Fix tabs
This commit is contained in:
parent
37c2c38aeb
commit
66b152cf9f
@ -1,15 +1,15 @@
|
||||
// run-pass
|
||||
|
||||
fn main() {
|
||||
let x = 1;
|
||||
let x = 1;
|
||||
|
||||
#[cfg(FALSE)]
|
||||
if false {
|
||||
x = 2;
|
||||
} else if true {
|
||||
x = 3;
|
||||
} else {
|
||||
x = 4;
|
||||
}
|
||||
assert_eq!(x, 1);
|
||||
#[cfg(FALSE)]
|
||||
if false {
|
||||
x = 2;
|
||||
} else if true {
|
||||
x = 3;
|
||||
} else {
|
||||
x = 4;
|
||||
}
|
||||
assert_eq!(x, 1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user