summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/string_endswith_upy.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/basics/string_endswith_upy.py')
-rw-r--r--tests/basics/string_endswith_upy.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/basics/string_endswith_upy.py b/tests/basics/string_endswith_upy.py
deleted file mode 100644
index 06a4e71d2c..0000000000
--- a/tests/basics/string_endswith_upy.py
+++ /dev/null
@@ -1,6 +0,0 @@
-# MicroPython doesn't support tuple argument
-
-try:
- "foobar".endswith(("bar", "sth"))
-except TypeError:
- print("TypeError")