FIX test input to be clear about the success condition.

This commit is contained in:
Jeremy Wall 2019-07-11 14:02:08 -05:00
parent ed143b6a00
commit 3cb73e9543

View File

@ -424,7 +424,7 @@ fn test_select_short_circuit() {
Jump(4), // 4 Jump(4), // 4
Sym("als not field".to_owned()), // 5 // second field to compare Sym("als not field".to_owned()), // 5 // second field to compare
SelectJump(2), // 6 SelectJump(2), // 6
Val(Int(1)), // 7 // expression for second field Val(Int(2)), // 7 // expression for second field
Jump(1), // 8 Jump(1), // 8
Pop, // 9 // pop the search field off Pop, // 9 // pop the search field off
Val(Int(1)), // 10 // default case Val(Int(1)), // 10 // default case