mirror of
https://github.com/ilya-zlobintsev/LACT.git
synced 2026-08-19 01:14:43 -05:00
Remove panic in test
This commit is contained in:
@@ -1037,6 +1037,6 @@ mod tests {
|
||||
|
||||
let clocks_table = GpuController::parse_clocks_table(pp_od_clk_voltage).unwrap();
|
||||
|
||||
panic!("{:?}", clocks_table);
|
||||
log::info!("{:?}", clocks_table);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user