]> git.lizzy.rs Git - rust.git/blobdiff - tests/fmt.rs
Includes TODO comment for hypot lint
[rust.git] / tests / fmt.rs
index 2e33c3ed5e5bdc7b26808cc678133f67d1ac857e..3aff8741f6051d7e6b95e525bc1a37812b3e2173 100644 (file)
@@ -3,7 +3,7 @@
 
 #[test]
 fn fmt() {
-    if option_env!("RUSTC_TEST_SUITE").is_some() {
+    if option_env!("RUSTC_TEST_SUITE").is_some() || option_env!("NO_FMT_TEST").is_some() {
         return;
     }