diff options
| author | 许杰友 Jieyou Xu (Joe) <jieyouxu@outlook.com> | 2024-10-07 07:54:57 +0000 |
|---|---|---|
| committer | 许杰友 Jieyou Xu (Joe) <jieyouxu@outlook.com> | 2024-10-07 07:54:57 +0000 |
| commit | f1e408a8debad9b6dd230cc7b7e914e8d7c2fdd6 (patch) | |
| tree | 2d3e1e00a9df47cbcae098dfc39f2e0ae6552088 | |
| parent | de588a6e6069f06aac04e4bd0b6d93e3db2a70e7 (diff) | |
| download | rust-f1e408a8debad9b6dd230cc7b7e914e8d7c2fdd6.tar.gz rust-f1e408a8debad9b6dd230cc7b7e914e8d7c2fdd6.zip | |
Remove valgrind test suite from opt-dist
| -rw-r--r-- | src/tools/opt-dist/src/tests.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/opt-dist/src/tests.rs b/src/tools/opt-dist/src/tests.rs index 82c393d34a6..e401554640c 100644 --- a/src/tools/opt-dist/src/tests.rs +++ b/src/tools/opt-dist/src/tests.rs @@ -96,7 +96,6 @@ llvm-config = "{llvm_config}" "tests/incremental", "tests/mir-opt", "tests/pretty", - "tests/run-pass-valgrind", "tests/ui", "tests/crashes", ]; |
