Skip to content

Commit aa8ef43

Browse files
remove comment
1 parent 27aec58 commit aa8ef43

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/BenchmarkDotNet.Tests/ConfigParserTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,6 @@ public void NetMonikersHaveNiceNames(string input, string expected)
403403
[InlineData("nativeaot7.0", "NativeAOT 7.0", "Latest ILCompiler")]
404404
public void NativeAotMonikersHaveNiceNames(string input, string runtimeName, string toolchainName)
405405
{
406-
// CoreRuntime.
407406
var config = ConfigParser.Parse(new[] { "-r", input }, new OutputLogger(Output)).config;
408407

409408
Assert.Single(config.GetJobs());

0 commit comments

Comments
 (0)