Internal change

PiperOrigin-RevId: 244882748
Change-Id: I0342f445df8f60f864d3e7f56145051b821a86e0
This commit is contained in:
Wiktor Garbacz 2019-04-23 10:45:50 -07:00 committed by Copybara-Service
parent 53d85ab4f2
commit c6d16a58eb

View File

@ -388,7 +388,7 @@ cc_library(
cc_test( cc_test(
name = "mounts_test", name = "mounts_test",
srcs = ["mounts_test.cc"], srcs = ["mounts_test.cc"],
data = [":testdata/minimal_dynamic"], data = ["//sandboxed_api/sandbox2/testcases:minimal_dynamic"],
deps = [ deps = [
":mounts", ":mounts",
":testing", ":testing",