diff options
Diffstat (limited to 'tests/cpydiff/core_fstring_raw.py')
-rw-r--r-- | tests/cpydiff/core_fstring_raw.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/cpydiff/core_fstring_raw.py b/tests/cpydiff/core_fstring_raw.py deleted file mode 100644 index 84e265f70f..0000000000 --- a/tests/cpydiff/core_fstring_raw.py +++ /dev/null @@ -1,8 +0,0 @@ -""" -categories: Core -description: Raw f-strings are not supported -cause: MicroPython is optimised for code space. -workaround: Unknown -""" - -rf"hello" |