diff options
| author | 2021-03-25 20:55:56 +0000 | |
|---|---|---|
| committer | 2021-03-25 20:55:56 +0000 | |
| commit | ba5fff85a7403abd39a994f2820388f269de7640 (patch) | |
| tree | baa8750d067305d617619bd6245947218532c144 /java/java_test.go | |
| parent | d411f069ff8b161e05859406c71657cec5b824cb (diff) | |
| parent | 7ee54ffd708252e085d17e64c8e89ba9ef19d105 (diff) | |
Merge changes Ie8721dcd,If1827b9d,Iec250a2d,I3f46f611,Idf136919, ...
* changes:
Replace ANDROID_SDK_HOME with ANDROID_PREFS_ROOT for metalava
Simplify lint rules using improved RuleBuilder rsp support
Support multiple rsp files in RuleBuilder
Pass rsp files into sbox and rewrapper
Add test for sbox input sandboxing
Support multiple rsp files in REParams
Move response file handling to a separate package
Diffstat (limited to 'java/java_test.go')
| -rw-r--r-- | java/java_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/java_test.go b/java/java_test.go index 13b3e2a90..5a130448f 100644 --- a/java/java_test.go +++ b/java/java_test.go @@ -628,7 +628,7 @@ prebuilt_stubs_sources { } t.Run("empty/missing directory", func(t *testing.T) { - test(t, "empty-directory", []string{}) + test(t, "empty-directory", nil) }) t.Run("non-empty set of sources", func(t *testing.T) { |