Remove panic in test

This commit is contained in:
Ilya Zlobintsev
2021-02-27 08:40:40 +02:00
parent 431c788963
commit d19201aa6c
+1 -1
View File
@@ -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);
}
}