Remove spurious token from #endif
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@285792 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -40,7 +40,7 @@ int main()
|
|||||||
std::set_new_handler(new_handler);
|
std::set_new_handler(new_handler);
|
||||||
#ifndef TEST_HAS_NO_EXCEPTIONS
|
#ifndef TEST_HAS_NO_EXCEPTIONS
|
||||||
try
|
try
|
||||||
#endif TEST_HAS_NO_EXCEPTIONS
|
#endif
|
||||||
{
|
{
|
||||||
void*volatile vp = operator new [] (std::numeric_limits<std::size_t>::max(), std::nothrow);
|
void*volatile vp = operator new [] (std::numeric_limits<std::size_t>::max(), std::nothrow);
|
||||||
assert(new_handler_called == 1);
|
assert(new_handler_called == 1);
|
||||||
|
|||||||
Reference in New Issue
Block a user