Update condition_redefiner.rs
typo
This commit is contained in:
parent
0cb1d35287
commit
1e44ec2b5d
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ mod tests {
|
|||
// should become
|
||||
//
|
||||
// bool #CONDITION_0 = c && d
|
||||
// field foo = if c && d then {
|
||||
// field foo = if #CONDITION_0 then {
|
||||
// field a = 1
|
||||
// bool #CONDITION_1 = e && f
|
||||
// if #CONDITION_1 then 2 else 3
|
||||
|
|
Loading…
Reference in a new issue