Skip to content

Commit fa923f9

Browse files
committed
Adjust value in syntax highlighting benchmark
1 parent 8d98f3c commit fa923f9

File tree

1 file changed

+1
-1
lines changed
  • crates/ide/src/syntax_highlighting

1 file changed

+1
-1
lines changed

crates/ide/src/syntax_highlighting/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1018,5 +1018,5 @@ fn benchmark_syntax_highlighting_parser() {
10181018
.filter(|it| it.highlight.tag == HlTag::Symbol(SymbolKind::Function))
10191019
.count()
10201020
};
1021-
assert_eq!(hash, 1616);
1021+
assert_eq!(hash, 1609);
10221022
}

0 commit comments

Comments
 (0)