mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-29 04:24:43 +00:00
11 lines
232 B
Rust
11 lines
232 B
Rust
extern crate erg;
|
|
|
|
mod tests {
|
|
/*
|
|
use erg_common::config::{ErgConfig, Input};
|
|
use erg_common::error::MultiErrorFmt;
|
|
use erg_common::traits::Runnable;
|
|
|
|
const FILE3: &str = "tests/test3_object_system.er";
|
|
*/
|
|
}
|