diff --git a/libcxxabi/test/uncaught_exception.pass.sh.cpp b/libcxxabi/test/uncaught_exception.pass.cpp similarity index 84% rename from libcxxabi/test/uncaught_exception.pass.sh.cpp rename to libcxxabi/test/uncaught_exception.pass.cpp index ccb10f2eb6b0..626f4cba1154 100644 --- a/libcxxabi/test/uncaught_exception.pass.sh.cpp +++ b/libcxxabi/test/uncaught_exception.pass.cpp @@ -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 #include