aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell/integration
diff options
context:
space:
mode:
authorGravatar laurentlb <laurentlb@google.com>2017-11-30 12:03:31 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2017-11-30 12:05:29 -0800
commit5ddd804fac00ea075fbbafaa5aff9c0ecf56bc42 (patch)
tree5ac785d82bdd314a8f66fbae25f6017499def044 /src/test/shell/integration
parent559a07d2dd88a53d6dac8bf2d77a28db44fd7659 (diff)
Update tests to use the label-based load() syntax.
RELNOTES: None. PiperOrigin-RevId: 177487913
Diffstat (limited to 'src/test/shell/integration')
-rwxr-xr-xsrc/test/shell/integration/loading_phase_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/shell/integration/loading_phase_tests.sh b/src/test/shell/integration/loading_phase_tests.sh
index 4227fe19e6..a183010212 100755
--- a/src/test/shell/integration/loading_phase_tests.sh
+++ b/src/test/shell/integration/loading_phase_tests.sh
@@ -43,7 +43,7 @@ function tear_down() {
function test_query_buildfiles_with_load() {
mkdir -p x || fail "mkdir x failed"
- echo "load('/y/rules', 'a')" >x/BUILD
+ echo "load('//y:rules.bzl', 'a')" >x/BUILD
echo "cc_library(name='x')" >>x/BUILD
mkdir -p y || fail "mkdir y failed"
touch y/BUILD