use super::* from tests submodules

This commit is contained in:
Jeong YunWon 2023-02-22 21:01:39 +09:00
parent 90da5ba54a
commit 30f85787a7
4 changed files with 6 additions and 8 deletions

View file

@ -151,7 +151,7 @@ fn is_starred(exp: &ast::Expr) -> bool {
#[cfg(test)]
mod tests {
use crate::lexer::LexicalErrorType;
use super::*;
use crate::parser::{parse_program, ParseErrorType};
macro_rules! function_and_lambda {