Skip to content

Commit 44dfdbc

Browse files
committed
Remove hack in testenv.sh
1 parent e6df895 commit 44dfdbc

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/test/shell/testenv.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -592,12 +592,6 @@ function add_rules_license() {
592592

593593
function add_protobuf() {
594594
add_bazel_dep "protobuf" "$1"
595-
cat >> "$1" <<EOF
596-
single_version_override(
597-
module_name = "protobuf",
598-
version = "29.0-rc2",
599-
)
600-
EOF
601595
}
602596

603597
function add_rules_testing() {

0 commit comments

Comments
 (0)