diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-09-14 04:51:52 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-09-14 16:02:26 +0300 |
commit | ed597441678604f6bf44513532ad282e4d5593be (patch) | |
tree | 2839da580b2faf96a6c634b275ae01b84eee4442 /test/test_lib.hpp | |
parent | disable Boost autolinking feature (diff) | |
download | winapi-debug-ed597441678604f6bf44513532ad282e4d5593be.tar.gz winapi-debug-ed597441678604f6bf44513532ad282e4d5593be.zip |
unit_tests: more call stack tests
Diffstat (limited to 'test/test_lib.hpp')
-rw-r--r-- | test/test_lib.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_lib.hpp b/test/test_lib.hpp index cf7b841..bc488dc 100644 --- a/test/test_lib.hpp +++ b/test/test_lib.hpp @@ -15,5 +15,6 @@ TEST_LIB_API void bar(F); TEST_LIB_API void baz(F); TEST_LIB_API void print_call_stack(); +TEST_LIB_API void throw_call_stack(); } // namespace test_ns |