Skip to content

Commit

Permalink
Fix typo in tools/update_build_files_for_tink_2_0_bazel_test.sh
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 527231514
Change-Id: I8fd429d0d1ffc6b85bfa4186559ee74263a625d4
(cherry picked from commit 0412230)
  • Loading branch information
morambro committed Apr 27, 2023
1 parent 1d5e309 commit 0ca4fe5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tools/update_build_files_for_tink_2_0_bazel_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ _create_test_inputs() {
mkdir -p "${destination}/input_project/nested"

cat <<EOF > "${destination}/input_project/BUILD"
tink_cc(
cc_library(
name = "example_target",
srcs = ["example_target.cc"],
hdrs = ["example_target.h"],
Expand All @@ -47,7 +47,7 @@ tink_cc(
EOF

cat <<EOF > "${destination}/input_project/BUILD_expected"
tink_cc(
cc_library(
name = "example_target",
srcs = ["example_target.cc"],
hdrs = ["example_target.h"],
Expand All @@ -62,7 +62,7 @@ tink_cc(
EOF

cat <<EOF > "${destination}/input_project/nested/BUILD.bazel"
tink_cc(
cc_library(
name = "example_target",
srcs = ["example_target.cc"],
hdrs = ["example_target.h"],
Expand All @@ -77,7 +77,7 @@ tink_cc(
EOF

cat <<EOF > "${destination}/input_project/nested/BUILD.bazel_expected"
tink_cc(
cc_library(
name = "example_target",
srcs = ["example_target.cc"],
hdrs = ["example_target.h"],
Expand Down

0 comments on commit 0ca4fe5

Please sign in to comment.