Merge "Switch else case to null in when expression to make it exhaustive" am: 83026726de am: ea9e108e4e am: 9a7c74476c
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2200210 Change-Id: I163f547448a5ef3ad1d027ba4355e08171cd0f2d Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -628,7 +628,7 @@ class SystemStubMultiUserDisableUninstallTest : BaseHostJUnit4Test() {
|
|||||||
CodePath.SAME, CodePath.DIFFERENT ->
|
CodePath.SAME, CodePath.DIFFERENT ->
|
||||||
throw AssertionError("secondDataPath cannot be a data path")
|
throw AssertionError("secondDataPath cannot be a data path")
|
||||||
CodePath.SYSTEM -> assertThat(codePaths[1]).isEqualTo(stubFile.parent.toString())
|
CodePath.SYSTEM -> assertThat(codePaths[1]).isEqualTo(stubFile.parent.toString())
|
||||||
else -> {}
|
null -> {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user