From 1f99796d6f808f006dff6dc6576910bef493e244 Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Mon, 23 Sep 2024 13:06:54 +0200 Subject: Reorder dependencies and remove duplicates in OSS --- test/buildtool/execution_api/TARGETS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/buildtool/execution_api/TARGETS') diff --git a/test/buildtool/execution_api/TARGETS b/test/buildtool/execution_api/TARGETS index 8582cdbd..13076988 100644 --- a/test/buildtool/execution_api/TARGETS +++ b/test/buildtool/execution_api/TARGETS @@ -12,10 +12,10 @@ { "type": ["@", "rules", "test", "suite"] , "stage": ["execution_api"] , "deps": - [ ["./", "common", "TESTS"] - , ["./", "bazel", "TESTS"] - , ["./", "local", "TESTS"] + [ ["./", "bazel", "TESTS"] + , ["./", "common", "TESTS"] , ["./", "execution_service", "TESTS"] + , ["./", "local", "TESTS"] ] } } -- cgit v1.2.3