summaryrefslogtreecommitdiffstatshomepage
path: root/tools/tinytest-codegen.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/tinytest-codegen.py')
-rwxr-xr-xtools/tinytest-codegen.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/tinytest-codegen.py b/tools/tinytest-codegen.py
index feda75f283..d6e87ac6ce 100755
--- a/tools/tinytest-codegen.py
+++ b/tools/tinytest-codegen.py
@@ -65,11 +65,11 @@ exclude_tests = (
"basics/bytes_compare3.py",
"extmod/ticks_diff.py",
"extmod/time_ms_us.py",
- "extmod/uheapq_timeq.py",
+ "extmod/heapq_timeq.py",
# unicode char issue
- "extmod/ujson_loads.py",
+ "extmod/json_loads.py",
# doesn't output to python stdout
- "extmod/ure_debug.py",
+ "extmod/re_debug.py",
"extmod/vfs_basic.py",
"extmod/vfs_fat_ramdisk.py",
"extmod/vfs_fat_fileio.py",