Skip to content

Commit

Permalink
Tagged new unit tests with IOperation tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
333fred committed Aug 8, 2017
1 parent d4d8834 commit f2d8739
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3367,6 +3367,7 @@ public int M1()
AdditionalOperationTreeVerifier: new ExpectedSymbolVerifier().Verify);
}

[CompilerTrait(CompilerFeature.IOperation)]
[Fact]
public void ConversionExpression_Implicit_CheckedOnlyAppliesToNumeric()
{
Expand Down Expand Up @@ -5364,6 +5365,7 @@ int M1()
VerifyOperationTreeAndDiagnosticsForTest<ReturnStatementSyntax>(source, expectedOperationTree, expectedDiagnostics);
}

[CompilerTrait(CompilerFeature.IOperation)]
[Fact]
public void ConversionExpression_Explicit_CheckedOnlyAppliesToNumeric()
{
Expand Down

0 comments on commit f2d8739

Please sign in to comment.