summaryrefslogtreecommitdiff
path: root/java/java_test.go
diff options
context:
space:
mode:
author Xin Li <delphij@google.com> 2019-07-01 20:58:36 +0000
committer Xin Li <delphij@google.com> 2019-07-01 20:58:36 +0000
commit88152dd3651ed6793797e5d2044c92a5b8ec247f (patch)
treef5572f7ccac05ae60800f77f4187857e64ddedad /java/java_test.go
parent7a22534a47a93c3a38a32d30e834a5af108947f3 (diff)
parent218964e76eca4e4c86f2f2d486bbb4538e09bc10 (diff)
DO NOT MERGE - Merge qt-dev-plus-aosp-without-vendor (5699924) into stage-aosp-master
Bug: 134405016 Change-Id: I6154b5b1dc252979cb0f05c8bfafe15fcdd63569
Diffstat (limited to 'java/java_test.go')
-rw-r--r--java/java_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/java_test.go b/java/java_test.go
index 677174d39..96ecdb689 100644
--- a/java/java_test.go
+++ b/java/java_test.go
@@ -1073,7 +1073,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")}, ":")
+ expected = "java.base=" + strings.Join([]string{".", buildDir, moduleToPath("ext"), moduleToPath("framework"), moduleToPath("updatable_media_stubs")}, ":")
checkPatchModuleFlag(t, ctx, "baz", expected)
})
}