We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3595ad commit 8939825Copy full SHA for 8939825
crates/syntax/src/tests.rs
@@ -39,7 +39,7 @@ fn benchmark_parser() {
39
let _b = bench("parsing");
40
let p = SourceFile::parse(&data);
41
assert!(p.errors.is_empty());
42
- assert_eq!(p.tree().syntax.text_range().len(), 352474.into());
+ assert_eq!(p.tree().syntax.text_range().len(), 352458.into());
43
p.tree()
44
};
45
0 commit comments