From 9aa7f98f30b852c1bb93834a6903bfe757984626 Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Thu, 11 Jul 2024 08:30:47 -0500 Subject: [PATCH] [tests] re-enable `JavaAbstractMethodTest` Context: https://github.com/dotnet/runtime/issues/103987 dotnet/runtime#103987 was fixed, and we should have the changes in 094bf612. Let's enable the test again. --- .../CodeGen-Binding/Xamarin.Android.JcwGen-Tests/BindingTests.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/CodeGen-Binding/Xamarin.Android.JcwGen-Tests/BindingTests.cs b/tests/CodeGen-Binding/Xamarin.Android.JcwGen-Tests/BindingTests.cs index ca85dceabeb..33132c9479e 100644 --- a/tests/CodeGen-Binding/Xamarin.Android.JcwGen-Tests/BindingTests.cs +++ b/tests/CodeGen-Binding/Xamarin.Android.JcwGen-Tests/BindingTests.cs @@ -181,7 +181,6 @@ public void VirtualMethodBinding () } [Test] - [Ignore("https://github.com/dotnet/runtime/issues/103987")] [RequiresUnreferencedCode ("Tests trimming unsafe features")] public void JavaAbstractMethodTest () {