Merge "Correct error in documentation of AssertDeepEquals" am: 6872d651b6
am: a073463fb6
am: bde5643a12
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1628681 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I65127b0e6b40b5b997fb3e6147fd1778c6e7c34a
This commit is contained in:
commit
ed43b1844a
|
@ -608,7 +608,7 @@ func (h *TestHelper) AssertArrayString(message string, expected, actual []string
|
|||
}
|
||||
}
|
||||
|
||||
// AssertArrayString checks if the expected and actual values are equal using reflect.DeepEqual and
|
||||
// AssertDeepEquals checks if the expected and actual values are equal using reflect.DeepEqual and
|
||||
// if they are not then it reports an error prefixed with the supplied message and including a
|
||||
// reason for why it failed.
|
||||
func (h *TestHelper) AssertDeepEquals(message string, expected interface{}, actual interface{}) {
|
||||
|
|
Loading…
Reference in New Issue