diff options
Diffstat (limited to 'test/513-array-deopt')
-rw-r--r-- | test/513-array-deopt/Android.bp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/513-array-deopt/Android.bp b/test/513-array-deopt/Android.bp index 1ede9a831a..fea15da431 100644 --- a/test/513-array-deopt/Android.bp +++ b/test/513-array-deopt/Android.bp @@ -21,6 +21,9 @@ java_test { ":art-run-test-513-array-deopt-expected-stdout", ":art-run-test-513-array-deopt-expected-stderr", ], + test_suites: [ + "mts-art", + ], } // Test's expected standard output. |