Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes e2e tests using checks with UNIX paths.
On Windows the output error and warning paths use '\' as path separator. e2e tests have checks with hardcoded UNIX paths that use '/' as path separator character. Solution was to replace '\' by '/' on `compile_and_capture_output`.
- Loading branch information