From 4adf46ac4eb3441989c59469b3cd7de072c27a1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Strehovsk=C3=BD?= Date: Thu, 22 Jan 2026 00:21:46 -0800 Subject: [PATCH] Change Fact to ConditionalFact in bug_445388.cs Test started running with https://github.com/dotnet/runtime/pull/123112 --- src/tests/JIT/Methodical/dynamic_methods/bug_445388.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/JIT/Methodical/dynamic_methods/bug_445388.cs b/src/tests/JIT/Methodical/dynamic_methods/bug_445388.cs index 982119b3bc9e64..ac2b5e56580cb0 100644 --- a/src/tests/JIT/Methodical/dynamic_methods/bug_445388.cs +++ b/src/tests/JIT/Methodical/dynamic_methods/bug_445388.cs @@ -17,7 +17,7 @@ public class Program { private delegate string Getter(); - [Fact] + [ConditionalFact(typeof(TestLibrary.Utilities), nameof(TestLibrary.Utilities.IsReflectionEmitSupported))] [OuterLoop] public static int TestEntryPoint() {