fix test_case import bug

refactor_anto
ychenfo 2021-07-26 17:38:09 +08:00
parent e631e4997b
commit d14076fe7f
1 changed files with 2 additions and 0 deletions

View File

@ -451,6 +451,8 @@ pub mod test {
use crate::typecheck::{symbol_resolver::SymbolResolver, symbol_resolver::*, location::*};
use rustpython_parser::ast::Expr;
#[cfg(test)]
use test_case::test_case; // FIXME
use super::*;