diff options
author | 2021-08-27 17:00:10 +0100 | |
---|---|---|
committer | 2021-08-31 18:00:18 +0000 | |
commit | 611d71c6710613a69698a80d60de9725a513703d (patch) | |
tree | 080fec2740d793fc8cf61a5607c31ed51cec1b97 /test/674-hiddenapi/src-art/Main.java | |
parent | 98f01d1deac3a938e49f0725c58798e38ef59277 (diff) |
Fix a few non-inclusive terms
Largely based on go/hiddenapi-list-renaming
Bug: 161336379
Test: TH
Change-Id: Iaa06eed26ab0cb9bb4e2995a148f3251386ad33d
Diffstat (limited to 'test/674-hiddenapi/src-art/Main.java')
-rw-r--r-- | test/674-hiddenapi/src-art/Main.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/674-hiddenapi/src-art/Main.java b/test/674-hiddenapi/src-art/Main.java index 13c4e81700..bfde4f78e3 100644 --- a/test/674-hiddenapi/src-art/Main.java +++ b/test/674-hiddenapi/src-art/Main.java @@ -63,7 +63,7 @@ public class Main { doTest(DexDomain.Platform, DexDomain.Application, false); doUnloading(); - // Now run the same test again, but with the blacklist exmemptions list set + // Now run the same test again, but with the blocklist exemptions list set // to "L" which matches everything. doTest(DexDomain.Platform, DexDomain.Application, true); doUnloading(); |