From f8b91eec1e5d61d637ffb53561acaa561ab4d897 Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Wed, 10 May 2017 17:52:53 +0000 Subject: 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 --- test/native/arm-linux-eabi/ttype-encoding-00.pass.sh.s | 2 +- test/native/arm-linux-eabi/ttype-encoding-90.pass.sh.s | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'test') 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. -- cgit v1.2.3