Tok_Capture_* -> Tok_Paren_*

Was not a correct name for it
This commit is contained in:
2024-12-15 23:28:44 -05:00
parent 0b78b74fbc
commit e4f564b165
10 changed files with 137 additions and 112 deletions

View File

@ -396,7 +396,7 @@ if ($test -and $true)
Push-Location $path_test_cpp
if ( Test-Path( $executable ) ) {
write-host "`nRunning c_library test"
write-host "`nRunning cpp_library test"
$time_taken = Measure-Command { & $executable
| ForEach-Object {
write-host `t $_ -ForegroundColor Green