Skip to content

Commit 11d6f02

Browse files
committed
small things
1 parent 0e146a7 commit 11d6f02

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

test/FastExpressionCompiler.TestsRunner/Program.cs

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff 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();

0 commit comments

Comments
 (0)