mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-04 02:39:20 +00:00
refactor: inst (instance) -> imp (impl)
This commit is contained in:
parent
b40666d618
commit
a5ce33f2c4
8 changed files with 38 additions and 18 deletions
|
@ -82,6 +82,13 @@ fn test_instantiation_and_generalization() -> Result<(), ()> {
|
|||
}
|
||||
|
||||
/*
|
||||
#[test]
|
||||
fn test_patch() -> Result<(), ()> {
|
||||
let shared = SharedCompilerResource::new(ErgConfig::default());
|
||||
shared.mod_cache.get(Path::new("<builtins>")).unwrap().module.context.test_patch()?;
|
||||
Ok(())
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_resolve_trait() -> Result<(), ()> {
|
||||
let context = Context::new_main_module();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue