summaryrefslogtreecommitdiff
path: root/java/java_test.go
diff options
context:
space:
mode:
authorLiz Kammer <eakammer@google.com>2020-07-28 13:27:34 -0700
committerLiz Kammer <eakammer@google.com>2020-07-28 13:27:34 -0700
commit7941b30c6727bd97ea9bdf7a6a595afc4024018e (patch)
tree3b6308dde6e471b6a866c7e9d8b4d0a05fe30b1d /java/java_test.go
parent8ffde8c9d51810b3090ea85ccba415c9f4641afa (diff)
Update language to comply with inclusive guidance
See https://source.android.com/setup/contribute/respectful-code for reference Bug: 161896447 Test: m nothing Change-Id: I13f42b680c6b819a2708c973e7718267c121f862
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 73e6792b4..582ebe945 100644
--- a/java/java_test.go
+++ b/java/java_test.go
@@ -489,7 +489,7 @@ func TestHostBinaryNoJavaDebugInfoOverride(t *testing.T) {
ctx, _ := testJavaWithConfig(t, config)
- // first, sanity check that the -g flag is added to target modules
+ // first, check that the -g flag is added to target modules
targetLibrary := ctx.ModuleForTests("target_library", "android_common")
targetJavaFlags := targetLibrary.Module().VariablesForTests()["javacFlags"]
if !strings.Contains(targetJavaFlags, "-g:source,lines") {