diff options
author | 2022-05-13 21:46:11 +0000 | |
---|---|---|
committer | 2022-05-13 21:46:11 +0000 | |
commit | 4dd76eb26c6f673a85d1c33c504e3beb1324bcdb (patch) | |
tree | ab43cf062912a0024ffab0ba2955eff5a068a479 /apex/apex_test.go | |
parent | 58c43e9694c394a0bceff9648c4da32c550bdb0e (diff) | |
parent | 520917af9d71b11bcc2179f1dfdb6c701dffe044 (diff) |
Merge "Pass pointer to dependencyTag instead of copying struct"
Diffstat (limited to 'apex/apex_test.go')
-rw-r--r-- | apex/apex_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apex/apex_test.go b/apex/apex_test.go index bcb55af87..07372a308 100644 --- a/apex/apex_test.go +++ b/apex/apex_test.go @@ -5931,7 +5931,7 @@ func TestApexAvailable_DirectDep(t *testing.T) { func TestApexAvailable_IndirectDep(t *testing.T) { // libbbaz is an indirect dep testApexError(t, `requires "libbaz" that doesn't list the APEX under 'apex_available'.\n\nDependency path: -.*via tag apex\.dependencyTag.*name:sharedLib.* +.*via tag apex\.dependencyTag\{"sharedLib"\} .*-> libfoo.*link:shared.* .*via tag cc\.libraryDependencyTag.*Kind:sharedLibraryDependency.* .*-> libbar.*link:shared.* |