aboutsummaryrefslogtreecommitdiffstats
path: root/dexpreopt/dexpreopt_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'dexpreopt/dexpreopt_test.go')
-rw-r--r--dexpreopt/dexpreopt_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/dexpreopt/dexpreopt_test.go b/dexpreopt/dexpreopt_test.go
index 78f2f3fb..aca5e63a 100644
--- a/dexpreopt/dexpreopt_test.go
+++ b/dexpreopt/dexpreopt_test.go
@@ -117,7 +117,7 @@ func TestDexPreoptSystemOther(t *testing.T) {
{
patterns: []string{"app/%"},
moduleTests: []moduleTest{
- {module: systemModule, expectedPartition: "system_other"},
+ {module: systemModule, expectedPartition: "system_other/system"},
{module: systemProductModule, expectedPartition: "system/product"},
{module: productModule, expectedPartition: "product"},
},
@@ -126,8 +126,8 @@ func TestDexPreoptSystemOther(t *testing.T) {
{
patterns: []string{"app/%", "product/app/%"},
moduleTests: []moduleTest{
- {module: systemModule, expectedPartition: "system_other"},
- {module: systemProductModule, expectedPartition: "system_other/product"},
+ {module: systemModule, expectedPartition: "system_other/system"},
+ {module: systemProductModule, expectedPartition: "system_other/system/product"},
{module: productModule, expectedPartition: "product"},
},
},