diff options
| author | Eric Fiselier <eric@efcs.ca> | 2016-06-14 03:21:49 +0000 |
|---|---|---|
| committer | Eric Fiselier <eric@efcs.ca> | 2016-06-14 03:21:49 +0000 |
| commit | 3245e1f34b67d24bfd71fb7d2f100be1046a1b5f (patch) | |
| tree | a96bd37aa26927a49e5cf8b01168f7e6f21b8bbf /libcxx/test/support | |
| parent | 15b311c75244afa19d0cfd4057b397e5829ebad4 (diff) | |
| download | bcm5719-llvm-3245e1f34b67d24bfd71fb7d2f100be1046a1b5f.tar.gz bcm5719-llvm-3245e1f34b67d24bfd71fb7d2f100be1046a1b5f.zip | |
Fix warnings in tests.
llvm-svn: 272629
Diffstat (limited to 'libcxx/test/support')
| -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__) |

