Skip to content

Commit 1062796

Browse files
committed
fix template
1 parent f615b06 commit 1062796

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

marathon/template.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ void assert_with_backtrace(bool condition, std::string error_msg="") {
4848
}
4949
free(strs);
5050
fprintf(stderr, "%s\n", error_msg.c_str());
51-
ASSERT(false);
51+
assert(false);
5252
}
5353
}
5454

0 commit comments

Comments
 (0)