@@ -767,10 +767,10 @@ for op in ALL_OPS
767
767
end
768
768
foreach (preptup_cands_val) do preptup_val
769
769
res1_out1_val, res2_out1_val = $ val_and_op (
770
- f, preptup_noval ... , ba, x, t, contexts...
770
+ f, preptup_val ... , ba, x, t, contexts...
771
771
)
772
772
res1_out2_val, res2_out2_val = $ val_and_op (
773
- f, preptup_noval ... , ba, x, t, contexts...
773
+ f, preptup_val ... , ba, x, t, contexts...
774
774
)
775
775
@test res1_out1_val ≈ scen. res1
776
776
@test res1_out2_val ≈ scen. res1
@@ -827,10 +827,10 @@ for op in ALL_OPS
827
827
res1_in1_val, res2_in1_val = mysimilar (res1), mysimilar (res2)
828
828
res1_in2_val, res2_in2_val = mysimilar (res1), mysimilar (res2)
829
829
res1_out1_val, res2_out1_val = $ val_and_op! (
830
- f, res1_in1_val, res2_in1_val, preptup_noval ... , ba, x, t, contexts...
830
+ f, res1_in1_val, res2_in1_val, preptup_val ... , ba, x, t, contexts...
831
831
)
832
832
res1_out2_val, res2_out2_val = $ val_and_op! (
833
- f, res1_in2_val, res2_in2_val, preptup_noval ... , ba, x, t, contexts...
833
+ f, res1_in2_val, res2_in2_val, preptup_val ... , ba, x, t, contexts...
834
834
)
835
835
@test res1_in1_val === res1_out1_val
836
836
@test res1_in2_val === res1_out2_val
0 commit comments