Skip to content

Commit

Permalink
Remove mapping for local_config_cc to fix problems when the generatio…
Browse files Browse the repository at this point in the history
…n is updated. (#1408)
  • Loading branch information
katre authored and Jay Conrod committed Mar 29, 2018
1 parent cabe740 commit 04c6b12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/bazel_tests.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ def bazel_test(name, command = None, args=None, targets = None, go_version = Non
script_name = name+"_script"
externals = externals + [
"@io_bazel_rules_go//:AUTHORS",
"@local_config_cc//:toolchain",
]
if go_version == None or go_version == CURRENT_VERSION:
externals.append("@go_sdk//:packages.txt")
Expand Down

0 comments on commit 04c6b12

Please sign in to comment.