Remove Python 2 "test" that doesn't test anything.

This file appears to be related to testing, but it's not actually
a test (executing it doesn't run any tests) and it's otherwise
unused.

Bug: 245854393
Test: presubmit
Change-Id: Ie0e21e0789c5481256ddb8caa278fc709dd3bff9
This commit is contained in:
Krzysztof Kosiński
2022-09-18 01:38:52 +00:00
parent fe75d5e6eb
commit b37855cd3b

View File

@@ -286,23 +286,6 @@ cc_binary {
cpp_std: "c++17",
}
python_test {
name: "filesystem_dynamic_test_helper.py",
main: "test/support/filesystem_dynamic_test_helper.py",
srcs: [
"test/support/filesystem_dynamic_test_helper.py",
],
version: {
py2: {
enabled: true,
embedded_launcher: true,
},
py3: {
enabled: false,
},
},
}
// Export libc++ headers for inclusion in the musl sysroot.
genrule {
name: "libc_musl_sysroot_libc++_headers",