Skip to content

Commit 578b265

Browse files
committed
Remove extra disassemble
1 parent 4629871 commit 578b265

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

expr_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1233,7 +1233,6 @@ func TestExpr_call_float_arg_func_with_int(t *testing.T) {
12331233
p, err := expr.Compile(fmt.Sprintf("cnv(%s)", tt.input), expr.Env(env))
12341234
require.NoError(t, err)
12351235

1236-
p.Disassemble()
12371236
out, err := expr.Run(p, env)
12381237
require.NoError(t, err)
12391238
require.Equal(t, tt.expected, out)

0 commit comments

Comments
 (0)