diff options
Diffstat (limited to 'java/dexpreopt_test.go')
-rw-r--r-- | java/dexpreopt_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/dexpreopt_test.go b/java/dexpreopt_test.go index 1c1070add..3d2c5c3a1 100644 --- a/java/dexpreopt_test.go +++ b/java/dexpreopt_test.go @@ -63,6 +63,7 @@ func TestDexpreoptEnabled(t *testing.T) { java_binary { name: "foo", srcs: ["a.java"], + main_class: "foo.bar.jb", }`, enabled: true, }, |