diff options
Diffstat (limited to 'libcxx/test/support/assert_checkpoint.h')
-rw-r--r-- | libcxx/test/support/assert_checkpoint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/support/assert_checkpoint.h b/libcxx/test/support/assert_checkpoint.h index c83e0cf25e6..cf03328bbe1 100644 --- a/libcxx/test/support/assert_checkpoint.h +++ b/libcxx/test/support/assert_checkpoint.h @@ -30,7 +30,7 @@ inline Checkpoint& globalCheckpoint() { } inline void clearCheckpoint() { - globalCheckpoint() = Checkpoint{0}; + globalCheckpoint() = {}; } #if defined(__GNUC__) |