Imported Upstream version 5.16.0.165

Former-commit-id: c6e6b03cec90c4dd70c04a5952c6004f0a246b30
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2018-09-21 08:25:44 +00:00
parent 6b5644868c
commit 9453585fa5
39 changed files with 36 additions and 38 deletions

View File

@@ -73,6 +73,7 @@ namespace System.Buffers.Text.Tests
[Theory]
[MemberData(nameof(TestData.DecimalFormatterTheoryData), MemberType = typeof(TestData))]
[SkipOnTargetFramework(TargetFrameworkMonikers.Mono)]
public static void TestFormatterDecimal(FormatterTestData<decimal> testData)
{
ValidateFormatter(testData);