Skip to content

Commit b47f929

Browse files
committed
Maybe that works?
1 parent 72d0d0f commit b47f929

File tree

1 file changed

+1
-1
lines changed
  • src/Xamarin.Android.Build.Tasks/Tests/Xamarin.Android.Build.Tests

1 file changed

+1
-1
lines changed

src/Xamarin.Android.Build.Tasks/Tests/Xamarin.Android.Build.Tests/BuildTest.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1419,7 +1419,7 @@ public void NUnitLiteNugetWorks ()
14191419
/* enableProguard */ null,
14201420
/* androidEnableProguard */ "true",
14211421
/* expectedBuildResult */ false,
1422-
/* expectedWarning */ TargetRuntimeHelper.UseCoreCLR && TargetRuntimeHelper.CoreClrIsExperimental ? "1 Warning(s)" : "0 Warning(s)",
1422+
/* expectedWarning */ "0 Warning(s)",
14231423
},
14241424
new object [] {
14251425
/* linkTool */ null,

0 commit comments

Comments
 (0)