1
0
Fork 0
mirror of https://github.com/helix-editor/helix synced 2024-05-21 04:06:06 +02:00

Fix tests.

This commit is contained in:
Blaž Hrastnik 2020-09-12 19:43:35 +09:00
parent 9546164dc8
commit f9348d77ec

View File

@ -374,7 +374,7 @@ pub async fn run(&mut self) -> Result<(), Error> {
// }
#[test]
fn test_parser() {
use tree_sitter_highlight::{HighlightConfiguration, HighlightEvent, Highlighter};
use helix_core::syntax::{HighlightConfiguration, HighlightEvent, Highlighter};
let source_code = include_str!("../test.rs");