diff options
Diffstat (limited to 'libcxx/test/std/diagnostics/std.exceptions/overflow.error')
-rw-r--r-- | libcxx/test/std/diagnostics/std.exceptions/overflow.error/overflow_error.pass.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/test/std/diagnostics/std.exceptions/overflow.error/overflow_error.pass.cpp b/libcxx/test/std/diagnostics/std.exceptions/overflow.error/overflow_error.pass.cpp index a9e7fb99422..a5c3b9cad9e 100644 --- a/libcxx/test/std/diagnostics/std.exceptions/overflow.error/overflow_error.pass.cpp +++ b/libcxx/test/std/diagnostics/std.exceptions/overflow.error/overflow_error.pass.cpp @@ -14,6 +14,8 @@ #include <string> #include <cassert> +#include "test_macros.h" + int main(int, char**) { static_assert((std::is_base_of<std::runtime_error, std::overflow_error>::value), |