commit | 80ada0f0f8c1ddd44ce559b5534cfbded85c184c | [log] [tgz] |
---|---|---|
author | Googler <noreply@google.com> | Wed Dec 22 07:15:59 2021 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Dec 22 07:17:19 2021 -0800 |
tree | f3b2fd50ae6f06828512c070894e44a6ef8485b7 | |
parent | 30fd508bf68c8bb9cf32839b71f79a9aa4bd069a [diff] [blame] |
Internal change PiperOrigin-RevId: 417815015
diff --git a/src/test/java/com/google/devtools/build/lib/skyframe/PackageLookupFunctionTest.java b/src/test/java/com/google/devtools/build/lib/skyframe/PackageLookupFunctionTest.java index 24fc055..baca435 100644 --- a/src/test/java/com/google/devtools/build/lib/skyframe/PackageLookupFunctionTest.java +++ b/src/test/java/com/google/devtools/build/lib/skyframe/PackageLookupFunctionTest.java
@@ -382,7 +382,7 @@ // First, use the correct label. PackageLookupValue packageLookupValue = - lookupPackage(PackageIdentifier.create("local", PathFragment.EMPTY_FRAGMENT)); + lookupPackage(PackageIdentifier.create("@local", PathFragment.EMPTY_FRAGMENT)); assertThat(packageLookupValue.packageExists()).isTrue(); // Then, use the incorrect label.