diff options
Diffstat (limited to 'llvm/unittests/Bitstream/BitstreamReaderTest.cpp')
-rw-r--r-- | llvm/unittests/Bitstream/BitstreamReaderTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/Bitstream/BitstreamReaderTest.cpp b/llvm/unittests/Bitstream/BitstreamReaderTest.cpp index f9056f0..669288e 100644 --- a/llvm/unittests/Bitstream/BitstreamReaderTest.cpp +++ b/llvm/unittests/Bitstream/BitstreamReaderTest.cpp @@ -161,7 +161,7 @@ TEST(BitstreamReaderTest, shortRead) { } } -static_assert(std::is_trivially_copyable_v<BitCodeAbbrevOp>, +static_assert(std::is_trivially_copyable<BitCodeAbbrevOp>::value, "trivially copyable"); } // end anonymous namespace |