Skip to content

Commit 0c90af7

Browse files
committed
change something small just to triegger the CI
1 parent 6992856 commit 0c90af7

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

tests/BenchmarkDotNet.Tests/ReflectionTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ private GenericNoPublicCtor() { }
114114
[Benchmark] public T Create() => default;
115115
}
116116

117-
[FactDotNetCore21Only("the implicit cast operator is available only in .NET Core 2.1+ (See https://github.com/dotnet/corefx/issues/30121 for more)")]
117+
[FactDotNetCoreOnly("the implicit cast operator is available only in .NET Core 2.1+ (See https://github.com/dotnet/corefx/issues/30121 for more)")]
118118
public void StringCanBeUsedAsReadOnlySpanOfCharArgument() => Assert.True(typeof(ReadOnlySpan<char>).IsStackOnlyWithImplicitCast("a string"));
119119

120120
[Fact]

tests/BenchmarkDotNet.Tests/XUnit/FactDotNetCore21OnlyAttribute.cs

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)