commit | 5ddd804fac00ea075fbbafaa5aff9c0ecf56bc42 | [log] [tgz] |
---|---|---|
author | laurentlb <laurentlb@google.com> | Thu Nov 30 12:03:31 2017 -0800 |
committer | Copybara-Service <copybara-piper@google.com> | Thu Nov 30 12:05:29 2017 -0800 |
tree | 5ac785d82bdd314a8f66fbae25f6017499def044 | |
parent | 559a07d2dd88a53d6dac8bf2d77a28db44fd7659 [diff] [blame] |
Update tests to use the label-based load() syntax. RELNOTES: None. PiperOrigin-RevId: 177487913
diff --git a/src/test/java/com/google/devtools/build/lib/pkgcache/IncrementalLoadingTest.java b/src/test/java/com/google/devtools/build/lib/pkgcache/IncrementalLoadingTest.java index 4aac924..49e5be4 100644 --- a/src/test/java/com/google/devtools/build/lib/pkgcache/IncrementalLoadingTest.java +++ b/src/test/java/com/google/devtools/build/lib/pkgcache/IncrementalLoadingTest.java
@@ -385,7 +385,7 @@ @Test public void testChangedExternalFile() throws Exception { tester.addFile("a/BUILD", - "load('/a/b', 'b')", + "load('//a:b.bzl', 'b')", "b()"); tester.addFile("/b.bzl",