Update tidy target_specific_tests to account for //@ directives

This commit is contained in:
许杰友 Jieyou Xu (Joe)
2024-02-21 00:43:10 +00:00
parent 95f4d4da43
commit be94059be9
+1 -1
View File
@@ -6,7 +6,7 @@
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:";