Skip to content

Commit 0f14e72

Browse files
[tests] enable Java.Interop-Tests for NativeAOT
1 parent 0520997 commit 0f14e72

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/Mono.Android-Tests/Mono.Android-Tests/Xamarin.Android.RuntimeTests/NUnitInstrumentation.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,12 @@ protected NUnitInstrumentation(IntPtr handle, JniHandleOwnership transfer)
3030
protected override IList<TestAssemblyInfo> GetTestAssemblies()
3131
{
3232
Assembly asm = Assembly.GetExecutingAssembly();
33-
#if !NATIVEAOT // TODO: Java.Interop-Tests not passing yet
3433
Assembly ji = typeof (Java.InteropTests.JavaInterop_Tests_Reference).Assembly;
35-
#endif
36-
3734

3835
return new List<TestAssemblyInfo>()
3936
{
4037
new TestAssemblyInfo (asm, asm.Location ?? String.Empty),
41-
#if !NATIVEAOT
4238
new TestAssemblyInfo (ji, ji.Location ?? String.Empty),
43-
#endif
4439
};
4540
}
4641
}

0 commit comments

Comments
 (0)