diff options
Diffstat (limited to 'filesystem/filesystem_test.go')
-rw-r--r-- | filesystem/filesystem_test.go | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/filesystem/filesystem_test.go b/filesystem/filesystem_test.go index 3a5071d34..f4ecad46c 100644 --- a/filesystem/filesystem_test.go +++ b/filesystem/filesystem_test.go @@ -84,21 +84,12 @@ func TestFileSystemDeps(t *testing.T) { cc_library { name: "libbar", required: ["libbaz"], - target: { - platform: { - required: ["lib_platform_only"], - }, - }, } cc_library { name: "libbaz", } - cc_library { - name: "lib_platform_only", - } - phony { name: "phony", required: [ @@ -129,7 +120,6 @@ func TestFileSystemDeps(t *testing.T) { "lib64/libbar.so", "lib64/libbaz.so", "lib64/libquz.so", - "lib64/lib_platform_only.so", "etc/bpf/bpf.o", } for _, e := range expected { |