committed by
GitHub
parent
d48182e6bd
commit
417ca1257a
@@ -332,7 +332,7 @@ fn run() -> Result<()> {
|
||||
print_separator("Summary");
|
||||
|
||||
for (key, result) in runner.report().data() {
|
||||
print_result(key, *result);
|
||||
print_result(key, result);
|
||||
}
|
||||
|
||||
#[cfg(target_os = "linux")]
|
||||
|
||||
Reference in New Issue
Block a user