remove comment

This commit is contained in:
Jussi Saurio 2025-02-17 10:59:04 +02:00
parent 7eaa3f4da0
commit 55ff1d2061

View file

@ -690,7 +690,6 @@ mod tests {
.option_w(cast_expr, 1.0)
.option_w(case_expr, 1.0)
.option_w(cmp_op, 1.0)
// .option_w(in_op, 1.0)
.options_str(["1", "0", "NULL", "2.0", "1.5", "-0.5", "-2.0", "(1 / 0)"])
.build();