Commit 96cfb71
committed
run/test: the two notes and the freestanding error name the key as well
Six message sites remained on `tc.targetTriple` after the previous commit, and
three of them print a `[target.<triple>]` key the reader is meant to act on:
the override note, its `mcpp test` twin, and `no_runner_message`, which shows a
complete key-and-value block to paste. On macOS each named
`arm64-apple-darwin24.6.0`, a spelling no `[target.…]` lookup resolves, so
following the advice would have produced a key that is never read.
The remaining two, the `--no-runner` notes, name the target a runner was
declared for, and the declaration is under the canonical key.
Every diagnostic on both paths now reads `RunnerChoice::tripleKey`. On Linux
the two spellings coincide, which is why e2e 130, 131 and 132 pass unchanged.1 parent 8da71f3 commit 96cfb71
1 file changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1369 | 1369 | | |
1370 | 1370 | | |
1371 | 1371 | | |
1372 | | - | |
| 1372 | + | |
1373 | 1373 | | |
1374 | 1374 | | |
1375 | 1375 | | |
1376 | | - | |
| 1376 | + | |
1377 | 1377 | | |
1378 | 1378 | | |
1379 | | - | |
| 1379 | + | |
1380 | 1380 | | |
1381 | 1381 | | |
1382 | 1382 | | |
| |||
1868 | 1868 | | |
1869 | 1869 | | |
1870 | 1870 | | |
1871 | | - | |
| 1871 | + | |
1872 | 1872 | | |
1873 | 1873 | | |
1874 | 1874 | | |
1875 | | - | |
| 1875 | + | |
1876 | 1876 | | |
1877 | 1877 | | |
1878 | | - | |
| 1878 | + | |
1879 | 1879 | | |
1880 | 1880 | | |
1881 | 1881 | | |
| |||
0 commit comments