Revert "Revert "Update aosp/master libcxx rebase to r263688""
This reverts commit 1d4a1edbc7.
Change-Id: I2909937fe582f2c5552bc86e7f4d2d5cff0de0aa
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// XFAIL: libcpp-no-exceptions
|
||||
// <random>
|
||||
|
||||
// class random_device;
|
||||
@@ -29,7 +30,7 @@ int main()
|
||||
r();
|
||||
assert(false);
|
||||
}
|
||||
catch (const std::system_error& e)
|
||||
catch (const std::system_error&)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user