diff options
Diffstat (limited to 'libcxx/test/std/depr/exception.unexpected')
4 files changed, 8 insertions, 0 deletions
diff --git a/libcxx/test/std/depr/exception.unexpected/set.unexpected/get_unexpected.pass.cpp b/libcxx/test/std/depr/exception.unexpected/set.unexpected/get_unexpected.pass.cpp index 7b11c3037f0..11204711534 100644 --- a/libcxx/test/std/depr/exception.unexpected/set.unexpected/get_unexpected.pass.cpp +++ b/libcxx/test/std/depr/exception.unexpected/set.unexpected/get_unexpected.pass.cpp @@ -14,6 +14,8 @@ #include <cassert> #include <cstdlib> +#include "test_macros.h" + void f1() {} void f2() {} diff --git a/libcxx/test/std/depr/exception.unexpected/set.unexpected/set_unexpected.pass.cpp b/libcxx/test/std/depr/exception.unexpected/set.unexpected/set_unexpected.pass.cpp index 38ae81ec9b0..f4e36999690 100644 --- a/libcxx/test/std/depr/exception.unexpected/set.unexpected/set_unexpected.pass.cpp +++ b/libcxx/test/std/depr/exception.unexpected/set.unexpected/set_unexpected.pass.cpp @@ -14,6 +14,8 @@ #include <cassert> #include <cstdlib> +#include "test_macros.h" + void f1() {} void f2() {} diff --git a/libcxx/test/std/depr/exception.unexpected/unexpected.handler/unexpected_handler.pass.cpp b/libcxx/test/std/depr/exception.unexpected/unexpected.handler/unexpected_handler.pass.cpp index e4d4869d77a..f4ff832ffd2 100644 --- a/libcxx/test/std/depr/exception.unexpected/unexpected.handler/unexpected_handler.pass.cpp +++ b/libcxx/test/std/depr/exception.unexpected/unexpected.handler/unexpected_handler.pass.cpp @@ -12,6 +12,8 @@ #include <exception> +#include "test_macros.h" + void f() {} int main(int, char**) diff --git a/libcxx/test/std/depr/exception.unexpected/unexpected/unexpected.pass.cpp b/libcxx/test/std/depr/exception.unexpected/unexpected/unexpected.pass.cpp index 2562b788487..e3b164eabec 100644 --- a/libcxx/test/std/depr/exception.unexpected/unexpected/unexpected.pass.cpp +++ b/libcxx/test/std/depr/exception.unexpected/unexpected/unexpected.pass.cpp @@ -14,6 +14,8 @@ #include <cstdlib> #include <cassert> +#include "test_macros.h" + void f1() { std::exit(0); |