This commit is contained in:
Kartik K. Agaram 2015-09-12 14:58:33 -07:00
parent 7be15b8b4a
commit baaf6d6512
1 changed files with 1 additions and 0 deletions

View File

@ -201,6 +201,7 @@ struct lease_tracer {
:(before "End Test Setup")
START_TRACING_UNTIL_END_OF_SCOPE
:(before "End Includes")
#define CHECK_TRACE_CONTENTS(...) check_trace_contents(__FUNCTION__, __FILE__, __LINE__, __VA_ARGS__)
:(before "End Tracing")