summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Hiroshi Yamauchi <yamauchi@google.com> 2016-11-18 20:16:30 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2016-11-18 20:16:31 +0000
commita9d89686c9b447fc228cb5e71ae2332de36a27cc (patch)
tree4aed5a53dfa32374520f2984747a0219256f6660
parent8df07aa7fedb252cc9a9f42bb3395b1f30ac856d (diff)
parent53b61f71a8f644704dcc5c100d5dd23556677956 (diff)
Merge "Run 103-string-append with libartd."
-rwxr-xr-xtest/103-string-append/run18
1 files changed, 0 insertions, 18 deletions
diff --git a/test/103-string-append/run b/test/103-string-append/run
deleted file mode 100755
index e27a622f40..0000000000
--- a/test/103-string-append/run
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/bash
-#
-# Copyright (C) 2012 The Android Open Source Project
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-# As this is a performance test we always use the non-debug build.
-exec ${RUN} "${@/#libartd.so/libart.so}"