Accept new baselines

This commit is contained in:
Anders Hejlsberg
2024-05-31 15:16:19 -07:00
parent 8ccfb4a7da
commit e4d20f8668
2 changed files with 4 additions and 4 deletions
@@ -1838,8 +1838,8 @@ module Harness {
});
return isAsync;
>isAsync : true
> : ^^^^
>isAsync : boolean
> : ^^^^^^^
}
} catch (e) {
@@ -2328,8 +2328,8 @@ module Formatting {
});
return result;
>result : true
> : ^^^^
>result : boolean
> : ^^^^^^^
}
return false;