[fine] Many more import-related shuffles
This commit is contained in:
parent
994268abb6
commit
a3ae4339cf
8 changed files with 159 additions and 67 deletions
|
|
@ -139,7 +139,7 @@ fn generate_test_for_file(path: PathBuf) -> String {
|
|||
#disabled
|
||||
fn #name() {
|
||||
let source : std::rc::Rc<str> = #contents.into();
|
||||
let mut runtime = crate::test_runtime(source.clone());
|
||||
let mut runtime = crate::test_runtime(#display_path, source.clone());
|
||||
let (_errors, _module) = runtime.load_module("__test__").unwrap();
|
||||
|
||||
#(#assertions)*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue