aboutsummaryrefslogtreecommitdiff
path: root/lib/xixanta
diff options
context:
space:
mode:
Diffstat (limited to 'lib/xixanta')
-rw-r--r--lib/xixanta/src/parser.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/xixanta/src/parser.rs b/lib/xixanta/src/parser.rs
index 10340c4..a149e16 100644
--- a/lib/xixanta/src/parser.rs
+++ b/lib/xixanta/src/parser.rs
@@ -234,7 +234,7 @@ impl Parser {
source: self.current_source,
});
}
- "asan:ignore" => {
+ "check:ignore" | "asan:ignore" => {
self.nodes.last_mut().unwrap().push(PNode {
node_type: NodeType::Comment(CommentType::AsanIgnore),
value: PString {