summaryrefslogtreecommitdiffstats
path: root/test/055-enum-performance
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2013-10-28 00:44:49 -0700
committerBrian Carlstrom <bdc@google.com>2013-10-28 22:31:06 -0700
commitdc959ea822b100740424fc2eee4037512bde82c2 (patch)
tree8da20bfbbaf640046a56843153b22c2cec0a1988 /test/055-enum-performance
parent881392f55e566a7c6407e7d321a31836d2d8865f (diff)
downloadart-dc959ea822b100740424fc2eee4037512bde82c2.zip
art-dc959ea822b100740424fc2eee4037512bde82c2.tar.gz
art-dc959ea822b100740424fc2eee4037512bde82c2.tar.bz2
Make ART's run-test support Dalvik so we can remove dalvik/tests
Change-Id: Iba4ddf39169346573c97b443d5d65c6b8963fd4b
Diffstat (limited to 'test/055-enum-performance')
-rwxr-xr-xtest/055-enum-performance/run4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/055-enum-performance/run b/test/055-enum-performance/run
index 1436ce2..e27a622 100755
--- a/test/055-enum-performance/run
+++ b/test/055-enum-performance/run
@@ -14,5 +14,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-# As this is a performance test we always run -O
-exec ${RUN} -O "$@"
+# As this is a performance test we always use the non-debug build.
+exec ${RUN} "${@/#libartd.so/libart.so}"