aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google
diff options
context:
space:
mode:
authorGravatar juliexxia <juliexxia@google.com>2018-06-01 09:03:48 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-06-01 09:04:52 -0700
commitcc8647532686b4a3075b500e73fad8cb02ddafe0 (patch)
tree60fcd6eb91cf7f374d7e562409f334881c767e4b /src/test/java/com/google
parentda6d42757602d15295b96c9b06ab4836bf6c0c9e (diff)
Use a new RecursivePackageProvider to ask skyframe for the correct package nodes in ConfiguredTargetQueryEnvironemnt. This lets us support recursive target patterns with cquery.
PiperOrigin-RevId: 198879650
Diffstat (limited to 'src/test/java/com/google')
-rw-r--r--src/test/java/com/google/devtools/build/lib/testutil/FoundationTestCase.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/java/com/google/devtools/build/lib/testutil/FoundationTestCase.java b/src/test/java/com/google/devtools/build/lib/testutil/FoundationTestCase.java
index f23af18b5c..f93d93612b 100644
--- a/src/test/java/com/google/devtools/build/lib/testutil/FoundationTestCase.java
+++ b/src/test/java/com/google/devtools/build/lib/testutil/FoundationTestCase.java
@@ -51,7 +51,7 @@ public abstract class FoundationTestCase {
// Individual tests can opt-out of this handler if they expect an error, by
// calling reporter.removeHandler(failFastHandler).
- protected static final EventHandler failFastHandler =
+ public static final EventHandler failFastHandler =
new EventHandler() {
@Override
public void handle(Event event) {