fiddling with presentation

This commit is contained in:
2026-07-20 08:57:12 +02:00
parent cbccf03648
commit 41c326c961
+2 -2
View File
@@ -51,10 +51,10 @@ expect_type func($Expected, $Actual type, _ Actual, location SourceLocation) voi
run func(name []u8, callback *func() void ! Error) bool {
callback() catch |_| {
debug.print("{s} [failed]\n", {name,})
debug.print("{s}...[failed]\n", {name,})
return false
}
debug.print("{s} [ok]\n", {name,})
debug.print("{s}...[ok]\n", {name,})
return true
}