Skip to content

Commit

Permalink
Update tidy target_specific_tests to account for //@ directives
Browse files Browse the repository at this point in the history
  • Loading branch information
jieyouxu committed Feb 21, 2024
1 parent a11daed commit 981c711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/tidy/src/target_specific_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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:";

Expand Down

0 comments on commit 981c711

Please sign in to comment.