diff options
| author | 2019-06-17 15:01:46 -0700 | |
|---|---|---|
| committer | 2019-06-17 15:01:46 -0700 | |
| commit | 00c2bbb0e7285912d1a8252ae4ce5162d1136c0f (patch) | |
| tree | b985f857c29e0cee58c6b1a5f07e8ccd744890cb /java/java_test.go | |
| parent | f1b45a21a4807b665cdc38396e6120ff87f64edd (diff) | |
| parent | 33ee25466f752420ba42f899457b37f402459005 (diff) | |
Merge changes I42cb181f,I6413c9b1
am: 33ee25466f
Change-Id: Iee40d41673adcac7f9b2fe6fb3716fbed7c7bdfa
Diffstat (limited to 'java/java_test.go')
| -rw-r--r-- | java/java_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/java_test.go b/java/java_test.go index cecc8dacd..22dec073f 100644 --- a/java/java_test.go +++ b/java/java_test.go @@ -1013,7 +1013,7 @@ func TestPatchModule(t *testing.T) { java_library { name: "bar", srcs: ["b.java"], - no_standard_libs: true, + sdk_version: "none", system_modules: "none", patch_module: "java.base", } |