diff options
author | 2024-08-28 23:10:29 +0000 | |
---|---|---|
committer | 2024-08-28 23:10:29 +0000 | |
commit | 33b3a638a5748d50350787cfb8552557c89f95a2 (patch) | |
tree | c0cafe153edb12d06c9be12be1043b25d86e2d34 /apex/classpath_element_test.go | |
parent | 2a88491afc72707c21a125b81f7dcd252d2fc5f1 (diff) |
Revert^3 "Implement detecting container violations."
2a88491afc72707c21a125b81f7dcd252d2fc5f1
Change-Id: Iba4527f391a093703978fe01177b56fec4604b28
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 { |