Skip to content

Commit 854f5d8

Browse files
authored
Update test/common/utils_assert.h
1 parent c807b9a commit 854f5d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/common/utils_assert.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ void AssertSameType( const T& /*x*/, const T& /*y*/ ) {}
7979
auto default_handler = utils::SetCustomAssertionHandler(); \
8080
const char* message = nullptr; \
8181
bool okay = false; \
82-
if (!setjmp(utils::g_assertion_jmp_buf)) { \
82+
if (!setjmp(utils::g_assertion_jmp_buf)) { \
8383
x; \
8484
} else { \
8585
okay = true; \

0 commit comments

Comments
 (0)