diff options
-rw-r--r-- | libcxxabi/test/native/arm-linux-eabi/ttype-encoding-00.pass.sh.s | 2 | ||||
-rw-r--r-- | libcxxabi/test/native/arm-linux-eabi/ttype-encoding-90.pass.sh.s | 2 |
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 cd6f801d42f..0484e9fac2b 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 d9a8163e18b..837602bceab 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. |