Skip to content

Commit f98c914

Browse files
authored
[System.Management] change the term "corefx" to ".NET Framework"
dotnet#118369
1 parent cbc8629 commit f98c914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libraries/System.Management/tests/System/Management/ManagementDateTimeConverterTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public void DateTime_RoundTrip()
1515
// Additional skip if the testing platform does not support ActiveIssue
1616
if (PlatformDetection.IsNetFramework)
1717
{
18-
throw new SkipTestException("Incorrect logic for corefx implementation");
18+
throw new SkipTestException("Incorrect logic for .NET Framework implementation");
1919
}
2020

2121
var date = new DateTime(2002, 4, 8, 14, 18, 35, 978, DateTimeKind.Utc).AddMinutes(150);

0 commit comments

Comments
 (0)