Skip to content

Commit 40a51d6

Browse files
committed
Test case for
bazel-contrib/rules_python#1732 (comment). Revert when resolved.
1 parent c4918fa commit 40a51d6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

BUILD

+7
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,10 @@ cc_binary(
3535
srcs = ["print_args.cpp"],
3636
visibility = ["//visibility:public"],
3737
)
38+
39+
# Quick test for https://github.com/bazelbuild/rules_python/issues/1732#issuecomment-1918268343. Delete when resolved.
40+
load("@python_3_11//:defs.bzl", "py_binary")
41+
py_binary(
42+
name = "nvcc_clang_diff",
43+
srcs = ["nvcc_clang_diff.py"],
44+
)

0 commit comments

Comments
 (0)