aboutsummaryrefslogtreecommitdiff
path: root/libcxxabi
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
commitdaffb57605bd93186f09025823cd0fb666f14a15 (patch)
tree6fbb6495a3c3b6a841c42ee9c143d7cb7c262fff /libcxxabi
parent0a340ce3bc5cea0ffaeae4bbc58be5b63d878c19 (diff)
downloadllvm-daffb57605bd93186f09025823cd0fb666f14a15.zip
llvm-daffb57605bd93186f09025823cd0fb666f14a15.tar.gz
llvm-daffb57605bd93186f09025823cd0fb666f14a15.tar.bz2
Fix use of now removed %exec test substitution
llvm-svn: 302698
Diffstat (limited to 'libcxxabi')
-rw-r--r--libcxxabi/test/native/arm-linux-eabi/ttype-encoding-00.pass.sh.s2
-rw-r--r--libcxxabi/test/native/arm-linux-eabi/ttype-encoding-90.pass.sh.s2
2 files changed, 2 insertions, 2 deletions
diff --git a/libcxxabi/test/native/arm-linux-eabi/ttype-encoding-00.pass.sh.s b/libcxxabi/test/native/arm-linux-eabi/ttype-encoding-00.pass.sh.s
index cd6f801..0484e9f 100644
--- a/libcxxabi/test/native/arm-linux-eabi/ttype-encoding-00.pass.sh.s
+++ b/libcxxabi/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/libcxxabi/test/native/arm-linux-eabi/ttype-encoding-90.pass.sh.s b/libcxxabi/test/native/arm-linux-eabi/ttype-encoding-90.pass.sh.s
index d9a8163..837602b 100644
--- a/libcxxabi/test/native/arm-linux-eabi/ttype-encoding-90.pass.sh.s
+++ b/libcxxabi/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.