Skip to content

Commit 82a84bb

Browse files
default constexpr for Test
1 parent ca587e0 commit 82a84bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libc/test/UnitTest/LibcTest.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ class Test {
120120
static int getNumTests();
121121

122122
public:
123+
constexpr Test() = default;
123124
virtual ~Test() {}
124125
virtual void SetUp() {}
125126
virtual void TearDown() {}

0 commit comments

Comments
 (0)