spelling
This commit is contained in:
parent
a715f089f4
commit
2b754b1f6b
@ -539,7 +539,7 @@ STATIC mp_obj_t extra_coverage(void) {
|
|||||||
{
|
{
|
||||||
mp_printf(&mp_plat_print, "# VM\n");
|
mp_printf(&mp_plat_print, "# VM\n");
|
||||||
|
|
||||||
// call mp_execute_bytecode with invalide bytecode (should raise NotImplementedError)
|
// call mp_execute_bytecode with invalid bytecode (should raise NotImplementedError)
|
||||||
mp_module_context_t context;
|
mp_module_context_t context;
|
||||||
mp_obj_fun_bc_t fun_bc;
|
mp_obj_fun_bc_t fun_bc;
|
||||||
fun_bc.context = &context;
|
fun_bc.context = &context;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user