From e1aabc614c9ea005ef9ce957a816e6171635045d Mon Sep 17 00:00:00 2001 From: Arnold Schwaighofer Date: Fri, 31 Jan 2025 06:19:28 -0800 Subject: [PATCH] Test Frontend/load-pass-plugin.swift requires executable_test rdar://143945257 --- test/Frontend/load-pass-plugin.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/Frontend/load-pass-plugin.swift b/test/Frontend/load-pass-plugin.swift index 3d2c5dfdbf3fc..5f6956f458517 100644 --- a/test/Frontend/load-pass-plugin.swift +++ b/test/Frontend/load-pass-plugin.swift @@ -13,4 +13,6 @@ // CHECK: TestPlugin: main // CHECK: TestPlugin: null.empty() -> () +// REQUIRES: executable_test + func empty() {}