diff options
author | 2024-08-28 23:20:03 +0000 | |
---|---|---|
committer | 2024-08-28 23:20:03 +0000 | |
commit | 88a8daf8cae89783450b349d2a4217e6ed0c4a94 (patch) | |
tree | 1af198c5a63adfe46eb2547990038e263d7c792d /apex/classpath_element_test.go | |
parent | ae74fb63f1901342ce42b0ab864502932d6837c1 (diff) | |
parent | 33b3a638a5748d50350787cfb8552557c89f95a2 (diff) |
Merge "Revert^3 "Implement detecting container violations."" into main
Diffstat (limited to 'apex/classpath_element_test.go')
-rw-r--r-- | apex/classpath_element_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apex/classpath_element_test.go b/apex/classpath_element_test.go index 9e1ac943e..b9a91982a 100644 --- a/apex/classpath_element_test.go +++ b/apex/classpath_element_test.go @@ -92,7 +92,6 @@ func TestCreateClasspathElements(t *testing.T) { ], srcs: ["b.java"], installable: true, - sdk_version: "core_current", } java_library { |