File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
test/FastExpressionCompiler.TestsRunner Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -9,14 +9,12 @@ public class Program
99 {
1010 public static void Main ( )
1111 {
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-
1712 // todo: @wip add to FEC, check the possibility of the increment compilation and the artifacts reusability
1813 // new LightExpression.UnitTests.ConstantAndConversionTests().Run();
1914
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();
2018 // new LightExpression.IssueTests.Issue458_Support_TryFault().Run();
2119 // new LightExpression.IssueTests.Issue451_Operator_implicit_explicit_produces_InvalidProgram().Run();
2220 // new LightExpression.IssueTests.Issue55_CompileFast_crash_with_ref_parameter().Run();
You can’t perform that action at this time.
0 commit comments