mirror of
https://github.com/RustPython/Parser.git
synced 2025-08-04 02:39:22 +00:00
use super::* from tests submodules
This commit is contained in:
parent
90da5ba54a
commit
30f85787a7
4 changed files with 6 additions and 8 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue