diff options
| -rw-r--r-- | src/tools/tidy/src/target_specific_tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/tidy/src/target_specific_tests.rs b/src/tools/tidy/src/target_specific_tests.rs index de022be2894..c6136a18bd8 100644 --- a/src/tools/tidy/src/target_specific_tests.rs +++ b/src/tools/tidy/src/target_specific_tests.rs @@ -6,7 +6,7 @@ use std::path::Path; use crate::walk::filter_not_rust; -const COMMENT: &str = "//"; +const COMMENT: &str = "//@"; const LLVM_COMPONENTS_HEADER: &str = "needs-llvm-components:"; const COMPILE_FLAGS_HEADER: &str = "compile-flags:"; |
