Skip to content

Commit

Permalink
Rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrozsival committed Jun 24, 2024
1 parent 437a749 commit a49f610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dotnet/UnitTests/ProjectTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1651,7 +1651,7 @@ public void PublishAotDuringBuild (ApplePlatform platform, string runtimeIdentif
[TestCase (ApplePlatform.iOS, "ios-arm64")]
[TestCase (ApplePlatform.iOS, "iossimulator-arm64")]
[TestCase (ApplePlatform.MacCatalyst, "maccatalyst-arm64")]
public void PublishAotWithWarningInDebugBuild (ApplePlatform platform, string runtimeIdentifiers)
public void PublishAotWithTrimAnalyzerWarningBuild (ApplePlatform platform, string runtimeIdentifiers)
{
var project = "MySimpleAppWithTrimAnalysisWarning";
Configuration.IgnoreIfIgnoredPlatform (platform);
Expand Down

0 comments on commit a49f610

Please sign in to comment.