Skip to content
Snippets Groups Projects
Commit 1b04f128 authored by Elias Pipping's avatar Elias Pipping
Browse files

Require an exception to be raised

parent 14c714c9
Branches
Tags
1 merge request!43`mprotect` can only be used for `mmap`'ed memory
......@@ -100,5 +100,9 @@ int main(int, char**)
basic_tests();
allocator_tests();
new_delete_tests();
#ifdef EXPECTED_SIGNAL
return 1;
#else
return 0;
#endif
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment