Skip to content

Commit

Permalink
Should work on the build too.
Browse files Browse the repository at this point in the history
  • Loading branch information
Corniel committed Feb 16, 2024
1 parent 6d037a4 commit de1ef9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Buildalyzer.Tests/Compiler/CompilerCommandFixture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ public void Parse()
command.Items["nowarn"].ShouldBe(new string[] { "1701", "1702" });
command.Items.Count.ShouldBe(10);
command.Switches.Count.ShouldBe(10);
command.ApplicationPath.FullName.ShouldBe("C:\\Program Files\\dotnet\\sdk\\8.0.101\\Roslyn\\bincore\\csc.dll");
command.ApplicationPath.ToString().ShouldBe("C:\\Program Files\\dotnet\\sdk\\8.0.101\\Roslyn\\bincore\\csc.dll");
}
}

0 comments on commit de1ef9a

Please sign in to comment.