From 3cb73e95438a6f77b7daf35f24703d9c7da3eeed Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Thu, 11 Jul 2019 14:02:08 -0500 Subject: [PATCH] FIX test input to be clear about the success condition. --- src/build/opcode/test.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build/opcode/test.rs b/src/build/opcode/test.rs index 09b1a87..815fc8c 100644 --- a/src/build/opcode/test.rs +++ b/src/build/opcode/test.rs @@ -424,7 +424,7 @@ fn test_select_short_circuit() { Jump(4), // 4 Sym("als not field".to_owned()), // 5 // second field to compare SelectJump(2), // 6 - Val(Int(1)), // 7 // expression for second field + Val(Int(2)), // 7 // expression for second field Jump(1), // 8 Pop, // 9 // pop the search field off Val(Int(1)), // 10 // default case