Skip to content

Commit e928d51

Browse files
committed
Fix test
1 parent a9199f7 commit e928d51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/BenchmarkDotNet.Tests/ConfigParserTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ public void PlatformSpecificMonikersAreSupported(string msBuildMoniker)
421421
[Fact]
422422
public void CanCompareFewDifferentRuntimes()
423423
{
424-
var config = ConfigParser.Parse(new[] { "--runtimes", "net462", "MONO", "netcoreapp3.0", "nativeaot6.0", "nativeAOT7.0", "nativeAOT8.0" },
424+
var config = ConfigParser.Parse(["--runtimes", "net462", "MONO", "netcoreapp2.0", "nativeaot6.0", "nativeAOT7.0", "nativeAOT8.0"],
425425
new OutputLogger(Output)).config;
426426

427427
Assert.True(config.GetJobs().First().Meta.Baseline); // when the user provides multiple runtimes the first one should be marked as baseline

0 commit comments

Comments
 (0)