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