Loading android/test_asserts.go +1 −1 Original line number Diff line number Diff line Loading @@ -148,7 +148,7 @@ func AssertStringMatches(t *testing.T, message, s, expectedRex string) { return } if !ok { t.Errorf("%s does not match regular expression %s", s, expectedRex) t.Errorf("%s: %s does not match regular expression %s", message, s, expectedRex) } } Loading Loading
android/test_asserts.go +1 −1 Original line number Diff line number Diff line Loading @@ -148,7 +148,7 @@ func AssertStringMatches(t *testing.T, message, s, expectedRex string) { return } if !ok { t.Errorf("%s does not match regular expression %s", s, expectedRex) t.Errorf("%s: %s does not match regular expression %s", message, s, expectedRex) } } Loading