Update tidy target_specific_tests to account for //@ directives
This commit is contained in:
parent
95f4d4da43
commit
be94059be9
1 changed files with 1 additions and 1 deletions
|
|
@ -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:";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue