Skip to content

Commit 0976df5

Browse files
Remove blocking on a test for native AOT (#91781)
Fixes #89101.
1 parent 39b635f commit 0976df5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/tests/Loader/classloader/StaticVirtualMethods/Regression/StaticVirtualsAndMethodConstraintsAndDefaultImplementation.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
4-
<NativeAotIncompatible>true</NativeAotIncompatible> <!-- https://github.com/dotnet/runtime/issues/89101 -->
4+
5+
<!-- Works around https://github.com/dotnet/runtime/issues/80602 -->
6+
<EnableAggressiveTrimming>true</EnableAggressiveTrimming>
57
</PropertyGroup>
68
<ItemGroup>
79
<Compile Include="$(MSBuildProjectName).cs" />

0 commit comments

Comments
 (0)