From 18d0a5dcd0d349669fd0b44c7d36e32c19230278 Mon Sep 17 00:00:00 2001 From: Janak Ramakrishnan Date: Wed, 16 Nov 2016 19:35:48 +0000 Subject: Re-use the precomputed universe key in WalkableGraphFactory#prepareAndGet. -- MOS_MIGRATED_REVID=139357569 --- .../build/lib/skyframe/PrepareDepsOfPatternsFunctionTest.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/test/java/com/google/devtools/build/lib/skyframe/PrepareDepsOfPatternsFunctionTest.java') diff --git a/src/test/java/com/google/devtools/build/lib/skyframe/PrepareDepsOfPatternsFunctionTest.java b/src/test/java/com/google/devtools/build/lib/skyframe/PrepareDepsOfPatternsFunctionTest.java index 869423e55b..b29ec04b0d 100644 --- a/src/test/java/com/google/devtools/build/lib/skyframe/PrepareDepsOfPatternsFunctionTest.java +++ b/src/test/java/com/google/devtools/build/lib/skyframe/PrepareDepsOfPatternsFunctionTest.java @@ -161,10 +161,10 @@ public class PrepareDepsOfPatternsFunctionTest extends BuildViewTestCase { } /** - * PrepareDepsOfPatternsFunction always keeps going despite any target pattern parsing errors, - * in keeping with the original behavior of {@link SkyframeExecutor#prepareAndGet}, which - * always used {@code keepGoing=true} during target pattern parsing because it was responsible - * for ensuring that queries had a complete graph to work on. + * PrepareDepsOfPatternsFunction always keeps going despite any target pattern parsing errors, in + * keeping with the original behavior of {@link WalkableGraph.WalkableGraphFactory#prepareAndGet}, + * which always used {@code keepGoing=true} during target pattern parsing because it was + * responsible for ensuring that queries had a complete graph to work on. */ @Test public void testParsingProblemsNoKeepGoing() throws Exception { -- cgit v1.2.3