Skip to content

Commit efa716b

Browse files
committed
Update tidy target_specific_tests to account for //@ directives
1 parent 8b1fbfc commit efa716b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/tidy/src/target_specific_tests.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use std::path::Path;
66

77
use crate::walk::filter_not_rust;
88

9-
const COMMENT: &str = "//";
9+
const COMMENT: &str = "//@";
1010
const LLVM_COMPONENTS_HEADER: &str = "needs-llvm-components:";
1111
const COMPILE_FLAGS_HEADER: &str = "compile-flags:";
1212

0 commit comments

Comments
 (0)