diff options
Diffstat (limited to 'java/droidstubs_test.go')
-rw-r--r-- | java/droidstubs_test.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/droidstubs_test.go b/java/droidstubs_test.go index 6ad932329..f8125fb8c 100644 --- a/java/droidstubs_test.go +++ b/java/droidstubs_test.go @@ -34,6 +34,7 @@ func TestDroidstubs(t *testing.T) { srcs: ["bar-doc/a.java"], api_levels_annotations_dirs: ["droiddoc-templates-sdk"], api_levels_annotations_enabled: true, + sandbox: false, } droidstubs { @@ -43,6 +44,7 @@ func TestDroidstubs(t *testing.T) { api_levels_annotations_dirs: ["droiddoc-templates-sdk"], api_levels_annotations_enabled: true, api_levels_jar_filename: "android.other.jar", + sandbox: false, } `, map[string][]byte{ |