From c6d16a58eba44488e737b19a7d2b41f2cf145f87 Mon Sep 17 00:00:00 2001 From: Wiktor Garbacz Date: Tue, 23 Apr 2019 10:45:50 -0700 Subject: [PATCH] Internal change PiperOrigin-RevId: 244882748 Change-Id: I0342f445df8f60f864d3e7f56145051b821a86e0 --- sandboxed_api/sandbox2/BUILD.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sandboxed_api/sandbox2/BUILD.bazel b/sandboxed_api/sandbox2/BUILD.bazel index cb563a8..6f1cc1a 100644 --- a/sandboxed_api/sandbox2/BUILD.bazel +++ b/sandboxed_api/sandbox2/BUILD.bazel @@ -388,7 +388,7 @@ cc_library( cc_test( name = "mounts_test", srcs = ["mounts_test.cc"], - data = [":testdata/minimal_dynamic"], + data = ["//sandboxed_api/sandbox2/testcases:minimal_dynamic"], deps = [ ":mounts", ":testing",