Skip to content

Commit

Permalink
Re-spell the drake_cc import
Browse files Browse the repository at this point in the history
This works around Bazel issue 3115.
  • Loading branch information
jwnimmer-tri committed Nov 9, 2017
1 parent 8df29f2 commit 9eb15d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drake/systems/robotInterfaces/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- python -*-

load(
"//tools/skylark:drake_cc.bzl",
"//tools:drake.bzl",
"drake_cc_googletest",
"drake_cc_library",
)
Expand Down

0 comments on commit 9eb15d0

Please sign in to comment.