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
No known key found for this signature in database
GPG key ID: 95DDEBD74A1DC2C0

View file

@ -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:";