Skip to content

Commit

Permalink
Merge pull request #34605 from jaredpar/fix-mono
Browse files Browse the repository at this point in the history
Fix Mono crash
  • Loading branch information
jaredpar authored Mar 30, 2019
2 parents 5f53c11 + 924c8b7 commit 88e930d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions eng/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ function BuildSolution {
/p:Build=$build \
/p:Rebuild=$rebuild \
/p:Test=$test \
/p:TestRunnerAdditionalArguments="-verbose" \
/p:Pack=$pack \
/p:Publish=$publish \
/p:UseRoslynAnalyzers=$enable_analyzers \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ protected class D
Diagnostic(ErrorCode.ERR_BadVisPropertyType, "W").WithArguments("C.D.W", "C.PrivateClass").WithLocation(48, 31));
}

[Fact]
[ClrOnlyFact]
public void CS0054ERR_BadVisIndexerReturn()
{
var text =
Expand Down

0 comments on commit 88e930d

Please sign in to comment.