diff options
| author | Zalathar <Zalathar@users.noreply.github.com> | 2025-04-22 16:30:48 +1000 |
|---|---|---|
| committer | Zalathar <Zalathar@users.noreply.github.com> | 2025-05-06 11:48:37 +1000 |
| commit | a3d5562fcf7f67491d55588ac3279bfade9dadcd (patch) | |
| tree | 9f8b012be050681e61062623c178780b0919e22b /src/tools | |
| parent | 4a0969e06dbeaaa43914d2d00b2e843d49aa3886 (diff) | |
| download | rust-a3d5562fcf7f67491d55588ac3279bfade9dadcd.tar.gz rust-a3d5562fcf7f67491d55588ac3279bfade9dadcd.zip | |
bootstrap: Add check/test/run steps for src/tools/coverage-dump
This also causes the coverage-dump unit tests to run in CI and `./x test` by default.
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/coverage-dump/src/parser/tests.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/tools/coverage-dump/src/parser/tests.rs b/src/tools/coverage-dump/src/parser/tests.rs index a673606b9c4..506b0a6200b 100644 --- a/src/tools/coverage-dump/src/parser/tests.rs +++ b/src/tools/coverage-dump/src/parser/tests.rs @@ -1,9 +1,5 @@ use super::unescape_llvm_string_contents; -// WARNING: These tests don't necessarily run in CI, and were mainly used to -// help track down problems when originally developing this tool. -// (The tool is still tested indirectly by snapshot tests that rely on it.) - // Tests for `unescape_llvm_string_contents`: #[test] |
