lex_file() test lexes clock.fae

This commit is contained in:
mars 2022-03-02 12:30:47 -07:00
parent 307b53a31c
commit 7b0aa4454e
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ mod tests {
#[test]
fn lex_file() {
let source = include_str!("test/example.fae");
let source = include_str!("test/clock.fae");
let theme = ColorTheme::new();
let mut lex = lexer::Lexer::new(source);