From a49f610c3dbdaf7317610c30a996558b9bc88682 Mon Sep 17 00:00:00 2001 From: Simon Rozsival Date: Mon, 24 Jun 2024 09:46:36 +0200 Subject: [PATCH] Rename test --- tests/dotnet/UnitTests/ProjectTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/dotnet/UnitTests/ProjectTest.cs b/tests/dotnet/UnitTests/ProjectTest.cs index f40f945425a0..25afa23a8b25 100644 --- a/tests/dotnet/UnitTests/ProjectTest.cs +++ b/tests/dotnet/UnitTests/ProjectTest.cs @@ -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);