Commit fb687cf
committed
test(analyze): make print-diagnostics path assertions platform-agnostic
The two assertions hardcoded forward-slash paths, which fail on Windows
where `_print_diagnostics` renders paths with the native separator
(backslash). Build the expected prefix via `Path(...)` so it matches the
OS separator on Linux, macOS and Windows alike.1 parent 3825939 commit fb687cf
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
| 81 | + | |
81 | 82 | | |
82 | 83 | | |
83 | 84 | | |
| |||
163 | 164 | | |
164 | 165 | | |
165 | 166 | | |
166 | | - | |
| 167 | + | |
167 | 168 | | |
168 | 169 | | |
169 | 170 | | |
| |||
0 commit comments