diff options
| author | Jiyong Park <jiyong@google.com> | 2019-12-19 18:04:54 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2019-12-19 18:04:54 +0000 |
| commit | f3273c558772008ff2a21a8cb23f84491a65ccc1 (patch) | |
| tree | ee684addf4bd3e7b9731ed47c65f0782bb2acdeb /java/java_test.go | |
| parent | 18577fe8fbd9bc559be036716409a068e661a663 (diff) | |
| parent | 231d056d50a1b9a23c441cf904628e854f1c6bf4 (diff) | |
Merge "Add updatable_media_stub to framework"
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 32527365c..46cd2e34e 100644 --- a/java/java_test.go +++ b/java/java_test.go @@ -1227,7 +1227,7 @@ func TestPatchModule(t *testing.T) { checkPatchModuleFlag(t, ctx, "foo", "") expected := "java.base=.:" + buildDir checkPatchModuleFlag(t, ctx, "bar", expected) - expected = "java.base=" + strings.Join([]string{".", buildDir, moduleToPath("ext"), moduleToPath("framework"), moduleToPath("updatable_media_stubs")}, ":") + expected = "java.base=" + strings.Join([]string{".", buildDir, moduleToPath("ext"), moduleToPath("framework")}, ":") checkPatchModuleFlag(t, ctx, "baz", expected) }) } |
