Skip to content

Commit 22efe6f

Browse files
committed
Update
[ghstack-poisoned]
1 parent b751645 commit 22efe6f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

shim/BUCK

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
load("@prelude//tests:test_toolchain.bzl", "noop_test_toolchain")
12
load("@prelude//platforms:defs.bzl", "execution_platform")
23
load("@prelude//toolchains:cxx.bzl", "system_cxx_toolchain")
34
load("@prelude//toolchains:genrule.bzl", "system_genrule_toolchain")
@@ -74,3 +75,8 @@ execution_platform(
7475
use_windows_path_separators = host_info().os.is_windows,
7576
visibility = ["PUBLIC"],
7677
)
78+
79+
noop_test_toolchain(
80+
name = "test",
81+
visibility = ["PUBLIC"],
82+
)

0 commit comments

Comments
 (0)