detect module resolved cut in interpreted (,)

This commit is contained in:
Mark Thom
2021-11-21 23:09:39 -07:00
parent 073f281f1e
commit 7507e88406
5 changed files with 19 additions and 20 deletions

View File

@@ -45,7 +45,7 @@ pub(crate) fn load_module_test<T: Expectable>(file: &str, expected: T) {
// &mut wam.machine_st.arena,
// ),
// );
//
//
// let output = output.bytes().unwrap();
// expected.assert_eq(output.as_slice());
}