1
0
Fork 0
mirror of synced 2025-09-23 12:18:44 +00:00

Update condition_redefiner.rs

typo
This commit is contained in:
Darko Macesic 2021-12-10 18:02:42 +01:00 committed by GitHub
parent 0cb1d35287
commit 1e44ec2b5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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