You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This diff is more familiar and consistent across systems. We can assume
that all developers of Dotty have git installed.
When a checkfile fails we now show
```diff
Test output dumped in: tests/run/xyz.check.out
- See diff of the checkfile (`brew install icdiff` for colored diff)
- > diff tests/run/xyz.check tests/run/xyz.check.out
+ See diff of the checkfile (`--color=always` for colored diff)
+ > git diff --no-index --color=always -- tests/run/xyz.check tests/run/xyz.check.out
Replace checkfile with current output
> mv tests/run/xyz.check.out tests/run/xyz.check
```
0 commit comments