Skip to content

Commit

Permalink
Run CI again
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinh Tran committed Sep 28, 2023
1 parent e3f1361 commit 516cb91
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions examples/ffi/cpp_calling_rust_with_header/BUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
load("@rules_cc//cc:defs.bzl", "cc_test")
# load("@rules_cc//cc:defs.bzl", "cc_test")

cc_test(
name = "main",
srcs = ["main.cpp"],
deps = ["//ffi/cpp_calling_rust_with_header/rust:librusty_for_cc"],
)
# cc_test(
# name = "main",
# srcs = ["main.cpp"],
# deps = ["//ffi/cpp_calling_rust_with_header/rust:librusty_for_cc"],
# )

0 comments on commit 516cb91

Please sign in to comment.