Fix tabs
This commit is contained in:
parent
37c2c38aeb
commit
66b152cf9f
1 changed files with 10 additions and 10 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue