From f79988c8c181c4c7583536e0c76dc385196910d0 Mon Sep 17 00:00:00 2001 From: Andrei Horodniceanu Date: Mon, 1 Apr 2024 18:37:21 +0000 Subject: [PATCH] tests/PGO/final_switch_release.d: Require PGO runtime (#4611) Signed-off-by: Andrei Horodniceanu --- tests/PGO/final_switch_release.d | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/PGO/final_switch_release.d b/tests/PGO/final_switch_release.d index df0d96a5061..46d82ae3012 100644 --- a/tests/PGO/final_switch_release.d +++ b/tests/PGO/final_switch_release.d @@ -1,5 +1,7 @@ // See GH issue 3375 +// REQUIRES: PGO_RT + // Test instrumentation for final switches without default case. // The frontend creates hidden default case to catch runtime errors. We disable // that using `-release`.