aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Support/BinaryStreamTest.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2025-11-01 12:41:43 -0700
committerGitHub <noreply@github.com>2025-11-01 12:41:43 -0700
commitb575edc75757aa60f25a9fe081378b16cb753105 (patch)
treec5e9aefc9589621fd44dd90f2d63a70f58404263 /llvm/unittests/Support/BinaryStreamTest.cpp
parentec8d85f08d3e75e62cde64f0c27cda12b5e5da28 (diff)
downloadllvm-b575edc75757aa60f25a9fe081378b16cb753105.zip
llvm-b575edc75757aa60f25a9fe081378b16cb753105.tar.gz
llvm-b575edc75757aa60f25a9fe081378b16cb753105.tar.bz2
[ADT, Support] Use "= default" (NFC) (#166007)
Identified with modernize-use-equals-default.
Diffstat (limited to 'llvm/unittests/Support/BinaryStreamTest.cpp')
-rw-r--r--llvm/unittests/Support/BinaryStreamTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/Support/BinaryStreamTest.cpp b/llvm/unittests/Support/BinaryStreamTest.cpp
index 70cd403..06ed12b 100644
--- a/llvm/unittests/Support/BinaryStreamTest.cpp
+++ b/llvm/unittests/Support/BinaryStreamTest.cpp
@@ -110,7 +110,7 @@ constexpr uint32_t NumStreams = 2 * NumEndians;
class BinaryStreamTest : public testing::Test {
public:
- BinaryStreamTest() {}
+ BinaryStreamTest() = default;
void SetUp() override {
Streams.clear();