Skip to content

Commit 8ff4b74

Browse files
committed
fix ci
1 parent 4c1bcc0 commit 8ff4b74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/FastExpressionCompiler.Benchmarks/Issue468_Compile_vs_FastCompile.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ public bool Interpret()
184184
[Benchmark]
185185
public bool Interpret_new()
186186
{
187-
return ExpressionCompiler.Interpreter.TryInterpretBool_new(out var result, _expr.Body) && result;
187+
return ExpressionCompiler.Interpreter.TryInterpretBool_new(out var result, _expr.Body, CompilerFlags.Default) && result;
188188
}
189189

190190
// [Benchmark]

0 commit comments

Comments
 (0)