From baf52ae4bddd308057b44faa48146175a415fd9b Mon Sep 17 00:00:00 2001 From: janakr Date: Wed, 14 Feb 2018 09:03:18 -0800 Subject: Make ActionLookupData a SkyKey. Should save some memory. PiperOrigin-RevId: 185694489 --- .../devtools/build/lib/skyframe/FilesystemValueCheckerTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/test/java/com/google/devtools/build/lib/skyframe/FilesystemValueCheckerTest.java') 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() { -- cgit v1.2.3