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:
Roger Ferrer Ibanez
2016-11-02 08:36:43 +00:00
parent a405f45fcd
commit aa138aa2a4

View File

@@ -40,7 +40,7 @@ int main()
std::set_new_handler(new_handler);
#ifndef TEST_HAS_NO_EXCEPTIONS
try
#endif TEST_HAS_NO_EXCEPTIONS
#endif
{
void*volatile vp = operator new [] (std::numeric_limits<std::size_t>::max(), std::nothrow);
assert(new_handler_called == 1);