From 22efe6f478f3dff8166d2133d4a61714ef5af689 Mon Sep 17 00:00:00 2001 From: Scott Wolchok Date: Mon, 10 Feb 2025 20:18:32 -0800 Subject: [PATCH] Update [ghstack-poisoned] --- shim/BUCK | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/shim/BUCK b/shim/BUCK index b18ee71454e..8b59a5dea54 100644 --- a/shim/BUCK +++ b/shim/BUCK @@ -1,3 +1,4 @@ +load("@prelude//tests:test_toolchain.bzl", "noop_test_toolchain") load("@prelude//platforms:defs.bzl", "execution_platform") load("@prelude//toolchains:cxx.bzl", "system_cxx_toolchain") load("@prelude//toolchains:genrule.bzl", "system_genrule_toolchain") @@ -74,3 +75,8 @@ execution_platform( use_windows_path_separators = host_info().os.is_windows, visibility = ["PUBLIC"], ) + +noop_test_toolchain( + name = "test", + visibility = ["PUBLIC"], +)