drop the 'the'... it's cleaner
This commit is contained in:
parent
7da88d9db1
commit
674b479ad8
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ expect :: (t: *T, cond: bool, message := "", args: ..Any, loc := #caller_locatio
|
|||
|
||||
run :: (name: string, proc: Proc, loc := #caller_location) {
|
||||
filename := strings.path_filename(loc.fully_pathed_filename);
|
||||
basic.print("test %,%: %...", filename, loc.line_number, name);
|
||||
basic.print("%,%: %...", filename, loc.line_number, name);
|
||||
|
||||
t: T;
|
||||
proc(*t);
|
||||
|
|
|
|||
Loading…
Reference in a new issue