Remove valgrind test suite from opt-dist

This commit is contained in:
许杰友 Jieyou Xu (Joe) 2024-10-07 07:54:57 +00:00
parent de588a6e60
commit f1e408a8de

View File

@ -96,7 +96,6 @@ pub fn run_tests(env: &Environment) -> anyhow::Result<()> {
"tests/incremental",
"tests/mir-opt",
"tests/pretty",
"tests/run-pass-valgrind",
"tests/ui",
"tests/crashes",
];