Skip to content

Commit

Permalink
change something small just to triegger the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
adamsitnik committed Dec 14, 2022
1 parent 6992856 commit 0c90af7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion tests/BenchmarkDotNet.Tests/ReflectionTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public class GenericNoPublicCtor<T>
[Benchmark] public T Create() => default;
}

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

[Fact]
Expand Down
14 changes: 0 additions & 14 deletions tests/BenchmarkDotNet.Tests/XUnit/FactDotNetCore21OnlyAttribute.cs

This file was deleted.

0 comments on commit 0c90af7

Please sign in to comment.