tests/cpydiff: Remove types_str_endswith.

MicroPython support for this behaviour was added in eb45d97898.

This work was funded through GitHub Sponsors.

Signed-off-by: Angus Gratton <angus@redyak.com.au>
This commit is contained in:
Angus Gratton 2025-04-01 11:53:31 +11:00 committed by Damien George
parent 57f1e60dd0
commit e9a80fc9a0

View file

@ -1,8 +0,0 @@
"""
categories: Types,str
description: Start/end indices such as str.endswith(s, start) not implemented
cause: Unknown
workaround: Unknown
"""
print("abc".endswith("c", 1))