Skip to content

Commit

Permalink
[master] Update dependencies from dotnet/coreclr (dotnet/corefx#41023)
Browse files Browse the repository at this point in the history
* Update dependencies from https://github.com/dotnet/coreclr build 20190910.9

- Microsoft.NET.Sdk.IL - 5.0.0-alpha1.19460.9
- Microsoft.NETCore.ILAsm - 5.0.0-alpha1.19460.9
- Microsoft.NETCore.Runtime.CoreCLR - 5.0.0-alpha1.19460.9

* Update dependencies from https://github.com/dotnet/coreclr build 20190911.7

- Microsoft.NET.Sdk.IL - 5.0.0-alpha1.19461.7
- Microsoft.NETCore.ILAsm - 5.0.0-alpha1.19461.7
- Microsoft.NETCore.Runtime.CoreCLR - 5.0.0-alpha1.19461.7

* Update StringComparerTests.netcoreapp.cs


Commit migrated from dotnet/corefx@fdb13cc
  • Loading branch information
dotnet-maestro[bot] authored Sep 13, 2019
1 parent d79f245 commit e3f67d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public partial class StringComparerTests
[Fact]
public void CreateCultureOptions_InvalidArguments_Throws()
{
Assert.Throws<ArgumentException>(() => StringComparer.Create(null, CompareOptions.None));
Assert.Throws<ArgumentNullException>(() => StringComparer.Create(null, CompareOptions.None));
}

[Fact]
Expand Down

0 comments on commit e3f67d1

Please sign in to comment.