diff options
| author | Richard Smith <richard-llvm@metafoo.co.uk> | 2015-10-08 20:41:26 +0000 |
|---|---|---|
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2015-10-08 20:41:26 +0000 |
| commit | 38a2a28ff724cdc2f0a385847b2d733239226a4c (patch) | |
| tree | fe664394cceded2bd951aa5680d630e9a7431110 /libcxx/test | |
| parent | 524956bb3d5f527fefaffa84790f6e3cb4b87afa (diff) | |
| download | bcm5719-llvm-38a2a28ff724cdc2f0a385847b2d733239226a4c.tar.gz bcm5719-llvm-38a2a28ff724cdc2f0a385847b2d733239226a4c.zip | |
Split <setjmp.h> out of <csetjmp>.
llvm-svn: 249743
Diffstat (limited to 'libcxx/test')
| -rw-r--r-- | libcxx/test/std/depr/depr.c.headers/setjmp_h.pass.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libcxx/test/std/depr/depr.c.headers/setjmp_h.pass.cpp b/libcxx/test/std/depr/depr.c.headers/setjmp_h.pass.cpp index 36f42539069..9bc35b74749 100644 --- a/libcxx/test/std/depr/depr.c.headers/setjmp_h.pass.cpp +++ b/libcxx/test/std/depr/depr.c.headers/setjmp_h.pass.cpp @@ -12,6 +12,10 @@ #include <setjmp.h> #include <type_traits> +#ifndef setjmp +#error setjmp not defined +#endif + int main() { jmp_buf jb; |

