Skip to content
Snippets Groups Projects
Commit 9b6e5729 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Fix crash-test for assertion failure

When we made assertions not get compiled in for the coverage case, we
missed one case where, for our tests, we really DO want to have an
assertion fail: the backtrace test.

Bugfix on 1228dd29; bug not in any
released tor
parent d54b17f4
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,8 @@
#include <stdio.h>
#include <stdlib.h>
/* To prevent 'assert' from going away. */
#undef TOR_COVERAGE
#include "or.h"
#include "util.h"
#include "backtrace.h"
......
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