diff options
Diffstat (limited to 'tests/cpydiff/modules_struct_fewargs.py')
-rw-r--r-- | tests/cpydiff/modules_struct_fewargs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cpydiff/modules_struct_fewargs.py b/tests/cpydiff/modules_struct_fewargs.py index 49b2a3213..f6346a679 100644 --- a/tests/cpydiff/modules_struct_fewargs.py +++ b/tests/cpydiff/modules_struct_fewargs.py @@ -1,6 +1,6 @@ """ categories: Modules,struct -description: Struct pack with too few args, not checked by uPy +description: Struct pack with too few args, not checked by MicroPython cause: Unknown workaround: Unknown """ |