File tree 1 file changed +3
-5
lines changed
test/FastExpressionCompiler.TestsRunner 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -9,14 +9,12 @@ public class Program
9
9
{
10
10
public static void Main ( )
11
11
{
12
- new LightExpression . IssueTests . Issue461_InvalidProgramException_when_null_checking_type_by_ref ( ) . Run ( ) ;
13
-
14
- // new Issue341_Equality_comparison_between_nullable_and_null_inside_Any_produces_incorrect_compiled_expression().Run();
15
- // new LightExpression.IssueTests.Issue460_ArgumentException_when_converting_from_object_to_type_with_explicit_operator().Run();
16
-
17
12
// todo: @wip add to FEC, check the possibility of the increment compilation and the artifacts reusability
18
13
// new LightExpression.UnitTests.ConstantAndConversionTests().Run();
19
14
15
+ // new LightExpression.IssueTests.Issue461_InvalidProgramException_when_null_checking_type_by_ref().Run();
16
+ // new Issue341_Equality_comparison_between_nullable_and_null_inside_Any_produces_incorrect_compiled_expression().Run();
17
+ // new LightExpression.IssueTests.Issue460_ArgumentException_when_converting_from_object_to_type_with_explicit_operator().Run();
20
18
// new LightExpression.IssueTests.Issue458_Support_TryFault().Run();
21
19
// new LightExpression.IssueTests.Issue451_Operator_implicit_explicit_produces_InvalidProgram().Run();
22
20
// new LightExpression.IssueTests.Issue55_CompileFast_crash_with_ref_parameter().Run();
You can’t perform that action at this time.
0 commit comments