aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/skyframe/FilesystemValueCheckerTest.java
diff options
context:
space:
mode:
authorGravatar janakr <janakr@google.com>2018-02-14 09:03:18 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2018-02-14 09:04:44 -0800
commitbaf52ae4bddd308057b44faa48146175a415fd9b (patch)
tree9faa88d6800d1fa880c0633a2233a1d3dc1ddd85 /src/test/java/com/google/devtools/build/lib/skyframe/FilesystemValueCheckerTest.java
parenta96547fc2c37ec417ccf6931f776ad41b6cbf875 (diff)
Make ActionLookupData a SkyKey. Should save some memory.
PiperOrigin-RevId: 185694489
Diffstat (limited to 'src/test/java/com/google/devtools/build/lib/skyframe/FilesystemValueCheckerTest.java')
-rw-r--r--src/test/java/com/google/devtools/build/lib/skyframe/FilesystemValueCheckerTest.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/java/com/google/devtools/build/lib/skyframe/FilesystemValueCheckerTest.java b/src/test/java/com/google/devtools/build/lib/skyframe/FilesystemValueCheckerTest.java
index 48ccd7e341..648e038f11 100644
--- a/src/test/java/com/google/devtools/build/lib/skyframe/FilesystemValueCheckerTest.java
+++ b/src/test/java/com/google/devtools/build/lib/skyframe/FilesystemValueCheckerTest.java
@@ -361,7 +361,7 @@ public class FilesystemValueCheckerTest {
FileSystemUtils.writeContentAsLatin1(out1.getPath(), "hello");
FileSystemUtils.writeContentAsLatin1(out2.getPath(), "fizzlepop");
- SkyKey actionLookupKey =
+ ActionLookupKey actionLookupKey =
new ActionLookupKey() {
@Override
public SkyFunctionName functionName() {
@@ -440,7 +440,7 @@ public class FilesystemValueCheckerTest {
SpecialArtifact last = createTreeArtifact("zzzzzzzzzz");
FileSystemUtils.createDirectoryAndParents(last.getPath());
- SkyKey actionLookupKey =
+ ActionLookupKey actionLookupKey =
new ActionLookupKey() {
@Override
public SkyFunctionName functionName() {