aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/testutil/TestConstants.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/java/com/google/devtools/build/lib/testutil/TestConstants.java')
-rw-r--r--src/test/java/com/google/devtools/build/lib/testutil/TestConstants.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/java/com/google/devtools/build/lib/testutil/TestConstants.java b/src/test/java/com/google/devtools/build/lib/testutil/TestConstants.java
index 7a91f21620..dfcbfcd358 100644
--- a/src/test/java/com/google/devtools/build/lib/testutil/TestConstants.java
+++ b/src/test/java/com/google/devtools/build/lib/testutil/TestConstants.java
@@ -27,16 +27,16 @@ public class TestConstants {
* A list of all embedded binaries that go into the regular Bazel binary.
*/
public static final ImmutableList<String> EMBEDDED_TOOLS = ImmutableList.of(
+ "build_interface_so",
"build-runfiles",
- "process-wrapper",
"namespace-sandbox",
- "build_interface_so");
+ "process-wrapper");
/**
* Location in the bazel repo where embedded binaries come from.
*/
public static final ImmutableList<String> EMBEDDED_SCRIPTS_PATHS = ImmutableList.of(
- "DOES-NOT-WORK-YET");
+ "src/main/tools");
/**
* Path within runfiles tree for finding everything else.