]> git.lizzy.rs Git - rust.git/blobdiff - tests/compile-test.rs
Change explicit_counter_loop's message to add parentheses if necessary
[rust.git] / tests / compile-test.rs
index c67b6f08c9f0bdfa0cb322e7a1d8391ac358f576..b6a4beff0469864781aeadb9bf019fe9f13c6eb9 100644 (file)
@@ -133,7 +133,6 @@ fn prepare_env() {
 #[test]
 fn compile_test() {
     prepare_env();
-    run_mode("run-pass", "tests/run-pass".into());
     run_mode("ui", "tests/ui".into());
     run_ui_toml();
 }