Fix tests.
This commit is contained in:
parent
9546164dc8
commit
f9348d77ec
1 changed files with 1 additions and 1 deletions
|
@ -374,7 +374,7 @@ impl Editor {
|
||||||
// }
|
// }
|
||||||
#[test]
|
#[test]
|
||||||
fn test_parser() {
|
fn test_parser() {
|
||||||
use tree_sitter_highlight::{HighlightConfiguration, HighlightEvent, Highlighter};
|
use helix_core::syntax::{HighlightConfiguration, HighlightEvent, Highlighter};
|
||||||
|
|
||||||
let source_code = include_str!("../test.rs");
|
let source_code = include_str!("../test.rs");
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue