test codes updated to compile succesfully with new changes in upstream

Signed-off-by: dsengupta0628 <[email protected]>
This commit is contained in:
dsengupta0628
2026-04-20 14:47:52 +00:00
parent 05b4e3a1d9
commit c2b629d751
11 changed files with 242 additions and 245 deletions
+1 -1
View File
@@ -1142,7 +1142,7 @@ TEST_F(StaInitTest, MakeClockWithComment) {
waveform->push_back(5.0);
char *comment = new char[20];
strcpy(comment, "test clock");
sta_->makeClock("cmt_clk", nullptr, false, 10.0, waveform, comment, sta_->cmdMode());
sta_->makeClock("cmt_clk", PinSet(), false, 10.0, *waveform, comment, sta_->cmdMode());
Sdc *sdc = sta_->cmdSdc();
Clock *clk = sdc->findClock("cmt_clk");