summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2017-05-10 17:52:53 +0000
committerEric Fiselier <eric@efcs.ca>2017-05-10 17:52:53 +0000
commitf8b91eec1e5d61d637ffb53561acaa561ab4d897 (patch)
treeb5b9fb3b692252df9ed506e63966efe63d310eee /test
parent3a1504306eda00b6214ca6782de411e5f6de1318 (diff)
Fix use of now removed %exec test substitution
git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@302698 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/native/arm-linux-eabi/ttype-encoding-00.pass.sh.s2
-rw-r--r--test/native/arm-linux-eabi/ttype-encoding-90.pass.sh.s2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/native/arm-linux-eabi/ttype-encoding-00.pass.sh.s b/test/native/arm-linux-eabi/ttype-encoding-00.pass.sh.s
index cd6f801..0484e9f 100644
--- a/test/native/arm-linux-eabi/ttype-encoding-00.pass.sh.s
+++ b/test/native/arm-linux-eabi/ttype-encoding-00.pass.sh.s
@@ -1,5 +1,5 @@
@ RUN: %cxx %flags %link_flags %s -o %t.exe
-@ RUN: %exec %t.exe
+@ RUN: %t.exe
@ UNSUPPORTED: libcxxabi-no-exceptions
@ PURPOSE: Check that 0x00 is a valid value for ttype encoding. LLVM and
diff --git a/test/native/arm-linux-eabi/ttype-encoding-90.pass.sh.s b/test/native/arm-linux-eabi/ttype-encoding-90.pass.sh.s
index d9a8163..837602b 100644
--- a/test/native/arm-linux-eabi/ttype-encoding-90.pass.sh.s
+++ b/test/native/arm-linux-eabi/ttype-encoding-90.pass.sh.s
@@ -1,5 +1,5 @@
@ RUN: %cxx %flags %link_flags %s -o %t.exe
-@ RUN: %exec %t.exe
+@ RUN: %t.exe
@ UNSUPPORTED: libcxxabi-no-exceptions
@ PURPOSE: Check that 0x90 is a valid value for ttype encoding.