[libc++abi] Don't use a .sh.cpp test for uncaught_exception

Otherwise, we don't seem to get the DYLD_LIBRARY_PATH set up correctly
and the tests are run against the system libc++abi dylib.

llvm-svn: 358937
This commit is contained in:
Louis Dionne 2019-04-23 00:03:34 +00:00
parent fbcce9fe9d
commit c86011f5bc
1 changed files with 0 additions and 6 deletions

View File

@ -10,12 +10,6 @@
// This tests that libc++abi still provides __cxa_uncaught_exception() for
// ABI compatibility, even though the Standard doesn't require it to.
//
// We need to explicitly link against libc++abi, because libc++ does not
// re-export this symbol.
// RUN: %build -lc++abi -o %t.exe
// RUN: %t.exe
#include <cxxabi.h>
#include <cassert>