Skip to content
Snippets Groups Projects
Commit 093f2a19 authored by bbartels's avatar bbartels
Browse files

Update example.c

parent fef6c5cd
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ int test_assertions() {
test_assert(1 == 1);
test_assert(2 == 3);
test_assert(3 == 3);
return 1;
return 0;
}
int test_always_segfaults() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment