diff options
| author | Zalathar <Zalathar@users.noreply.github.com> | 2023-12-15 14:12:46 +1100 |
|---|---|---|
| committer | Zalathar <Zalathar@users.noreply.github.com> | 2024-01-08 21:58:46 +1100 |
| commit | 6971e9332d9a7fb1567a6df0f30d03452f505ed3 (patch) | |
| tree | 4700b8dd8e4d714594712fb4eb4732452a51cd66 /tests/coverage/unicode.rs | |
| parent | 88f5759ace32abed2bd3dd81ee2aa15d6878675c (diff) | |
| download | rust-6971e9332d9a7fb1567a6df0f30d03452f505ed3.tar.gz rust-6971e9332d9a7fb1567a6df0f30d03452f505ed3.zip | |
coverage: `llvm-cov` expects column numbers to be bytes, not code points
Diffstat (limited to 'tests/coverage/unicode.rs')
| -rw-r--r-- | tests/coverage/unicode.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/coverage/unicode.rs b/tests/coverage/unicode.rs index 3335d3af458..dfc5ea69dd2 100644 --- a/tests/coverage/unicode.rs +++ b/tests/coverage/unicode.rs @@ -1,5 +1,5 @@ // edition: 2021 -// ignore-mode-coverage-run - `llvm-cov` fails due to incorrectly-split UTF-8 +// ignore-windows - we can't force `llvm-cov` to use ANSI escapes on Windows // llvm-cov-flags: --use-color // Check that column numbers are denoted in bytes, so that they don't cause |
