diff options
Diffstat (limited to 'dexpreopt/dexpreopt_test.go')
| -rw-r--r-- | dexpreopt/dexpreopt_test.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dexpreopt/dexpreopt_test.go b/dexpreopt/dexpreopt_test.go index 500b2ff8c..5e45c62e7 100644 --- a/dexpreopt/dexpreopt_test.go +++ b/dexpreopt/dexpreopt_test.go @@ -120,6 +120,8 @@ func TestDexPreopt(t *testing.T) { android.AssertStringListContains(t, "", rule.Inputs().RelativeToTop().Strings(), "out/soong/dexpreopt_test/uffd_gc_flag.txt") + android.AssertStringListContains(t, "", rule.Inputs().RelativeToTop().Strings(), + "out/soong/dexpreopt_test/assume_value_flags.txt") } func TestDexPreoptSystemOther(t *testing.T) { |
