Skip to content

Commit a00df6d

Browse files
committed
tst: fix minor compiler error
Signed-off-by: Matt Liberty <[email protected]>
1 parent 7f7d460 commit a00df6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tst/include/tst/fixture.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ struct BTermOptions
5353

5454
odb::dbIoType io_type{odb::dbIoType::INPUT};
5555
odb::dbSigType sig_type{odb::dbSigType::SIGNAL};
56-
std::vector<BPinInfo> bpins;
56+
std::vector<BPinInfo> bpins{};
5757
};
5858

5959
class Fixture : public ::testing::Test

0 commit comments

Comments
 (0)