diff options
-rw-r--r-- | tests/test_cases/deps/transitive-components/TARGETS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_cases/deps/transitive-components/TARGETS b/tests/test_cases/deps/transitive-components/TARGETS index 969fbe0..347b94c 100644 --- a/tests/test_cases/deps/transitive-components/TARGETS +++ b/tests/test_cases/deps/transitive-components/TARGETS @@ -55,7 +55,7 @@ { "type": ["@", "rules", "CC", "binary"] , "name": ["main"] , "srcs": ["main.cpp"] - , "private-deps": ["foo"] + , "private-deps": ["shared-foo"] } , "installed-shared-main": { "type": ["@", "rules", "CC", "install-with-deps"] |