Fix bazel load rules
This commit is contained in:
committed by
Mizux Seiha
parent
6a6e57a0b8
commit
5ffb66cdce
@@ -13,7 +13,8 @@
|
||||
|
||||
"""Helper macro to compile and test code samples."""
|
||||
|
||||
load("@rules_cc//cc:defs.bzl", "cc_binary", "cc_test")
|
||||
load("@rules_cc//cc:cc_binary.bzl", "cc_binary")
|
||||
load("@rules_cc//cc:cc_test.bzl", "cc_test")
|
||||
|
||||
def code_sample_cc(name):
|
||||
cc_binary(
|
||||
|
||||
Reference in New Issue
Block a user