Skip to content

Commit 706bb04

Browse files
committed
implementing the ITest for the ArithmeticOperationsTests
1 parent 8a35b19 commit 706bb04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/FastExpressionCompiler.UnitTests/ArithmeticOperationsTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ namespace FastExpressionCompiler.UnitTests
1212
#endif
1313
{
1414
[TestFixture]
15-
public class ArithmeticOperationsTests
15+
public class ArithmeticOperationsTests : ITest
1616
{
1717
public int Run()
1818
{

0 commit comments

Comments
 (0)