Skip to content

Commit 0457a35

Browse files
committed
Add test suite for constructor call expression
1 parent 7404512 commit 0457a35

2 files changed

Lines changed: 436 additions & 0 deletions

File tree

test/FastExpressionCompiler.TestsRunner/Program.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ void Run(Func<int> run, string name = null)
9898
Run(new LightExpression.UnitTests.ConvertOperatorsTests().Run);
9999
Run(new DefaultTests().Run);
100100
Run(new LightExpression.UnitTests.DefaultTests().Run);
101+
Run(new ConstructorCallTests().Run);
102+
Run(new LightExpression.UnitTests.ConstructorCallTests().Run);
101103
Run(new EqualityOperatorsTests().Run);
102104
Run(new LightExpression.UnitTests.EqualityOperatorsTests().Run);
103105
Run(new GotoTests().Run);

0 commit comments

Comments
 (0)