From 3245e1f34b67d24bfd71fb7d2f100be1046a1b5f Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Tue, 14 Jun 2016 03:21:49 +0000 Subject: Fix warnings in tests. llvm-svn: 272629 --- libcxx/test/support/assert_checkpoint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcxx/test/support') 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__) -- cgit v1.2.3