提交 602274b6 编写于 作者: H Heejae Chang

added csharp unary operator expression test

added vb unary operator tests
上级 79262771
......@@ -87,6 +87,7 @@
<Compile Include="FlowAnalysis\RegionAnalysisTests.cs" />
<Compile Include="FlowAnalysis\StructTests.cs" />
<Compile Include="FlowAnalysis\TryLockUsingStatementTests.cs" />
<Compile Include="IOperation\IOperationTests_IUnaryOperatorExpression.cs" />
<Compile Include="IOperation\IOperationTests_IVariableDeclaration.cs" />
<Compile Include="Semantics\FuzzTests.cs" />
<Compile Include="Semantics\OverloadResolutionPerfTests.cs" />
......
......@@ -132,6 +132,7 @@
<Compile Include="FlowAnalysis\TryLockUsingStatementTests.vb" />
<Compile Include="IOperation\IOperationTests_IUsingStatement.vb" />
<Compile Include="IOperation\IOperationTests_IVariableDeclaration.vb" />
<Compile Include="IOperation\IOperationTests_IUnaryOperatorExpression.vb" />
<Compile Include="Resource.Designer.vb">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册